#bdfa93

Color #BDFA93 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BDFA93

Tints of Reef #BDFA93

Color information

#BDFA93 (or 0xBDFA93) is unknown color: approx Reef. HEX triplet: BD, FA and 93. RGB value is (189,250,147). Sum of RGB (Red+Green+Blue) = 189+250+147=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFA93 is #42056C. Grayscale: #DCDCDC. Windows color (decimal): -4326765 or 9697981. OLE color: 9697981.

HSL color Cylindrical-coordinate representation of color #BDFA93: hue angle of 95.53º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDFA93 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB189250147-
CMYK0.2400.410.02
HSL95.53º91.15%77.84%-
HSV(B)95.53º41.2%98.04%-
XYZ60.4481.340.11-
YUV220.0286.79105.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 147 (57.81% from 255) = 25.09%
R=32.25%
G=42.66%
B=25.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501470.2400.410.0295.5391.1577.84
HexBDFA93180292605b4e
Octal275372223300512140133116
Binary10111101111110101001001111000010100110110000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdfa93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdfa93; }

 p { color: rgb(189,250,147); }

 H1.HeaderClassName
 {
   color: #bdfa93;
 }
 .AnyTagClassName
 {
   color: #bdfa93;
 }
</style>
background-color css

<style>
 a { background-color: #bdfa93; }

 a { background-color: rgb(189,250,147); }

 div.DivClassName
 {
   background-color: #bdfa93;
 }
 .BgClassName
 {
   background-color: #bdfa93;
 }
</style>
border-color css

<style>
 span { border-color: #bdfa93; }

 span { border-color: rgb(189,250,147); }

 td.TdClassName
 {
   border-color: #bdfa93;
 }
 .TagClassName
 {
   border-color: #bdfa93;
 }
</style>