#BDFB91

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

Shades of Reef #BDFB91

Tints of Reef #BDFB91

Color information

#BDFB91 (or 0xBDFB91) is unknown color: approx Reef. HEX triplet: BD, FB and 91. RGB value is (189,251,145). Sum of RGB (Red+Green+Blue) = 189+251+145=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB91 is #42046E. Grayscale: #DCDCDC. Windows color (decimal): -4326511 or 9567165. OLE color: 9567165.

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

Color convert

RGB189251145-
CMYK0.2500.420.02
HSL95.09º92.98%77.65%-
HSV(B)95.09º42.23%98.43%-
XYZ60.5981.8639.39-
YUV220.3885.46105.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 251 (98.44% from 255) = 42.91%
BLUE value IS 145 (57.03% from 255) = 24.79%
R=32.31%
G=42.91%
B=24.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511450.2500.420.0295.0992.9877.65
HexBDFB911902A25f5d4e
Octal275373221310522137135116
Binary10111101111110111001000111001010101010101111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB91; }

 p { color: rgb(189,251,145); }

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

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

 a { background-color: rgb(189,251,145); }

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

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

 span { border-color: rgb(189,251,145); }

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