#BDFA95

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

Shades of Reef #BDFA95

Tints of Reef #BDFA95

Color information

#BDFA95 (or 0xBDFA95) is unknown color: approx Reef. HEX triplet: BD, FA and 95. RGB value is (189,250,149). Sum of RGB (Red+Green+Blue) = 189+250+149=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFA95 is #42056A. Grayscale: #DCDCDC. Windows color (decimal): -4326763 or 9829053. OLE color: 9829053.

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

Color convert

RGB189250149-
CMYK0.2400.400.02
HSL96.24º90.99%78.24%-
HSV(B)96.24º40.4%98.04%-
XYZ60.681.3640.94-
YUV220.2587.79105.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=32.14%
G=42.52%
B=25.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501490.2400.400.0296.2490.9978.24
HexBDFA95180282605b4e
Octal275372225300502140133116
Binary10111101111110101001010111000010100010110000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA95; }

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

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

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

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

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

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

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

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