#BDEE93

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

Shades of Reef #BDEE93

Tints of Reef #BDEE93

Color information

#BDEE93 (or 0xBDEE93) is unknown color: approx Reef. HEX triplet: BD, EE and 93. RGB value is (189,238,147). Sum of RGB (Red+Green+Blue) = 189+238+147=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEE93 is #42116C. Grayscale: #D5D5D5. Windows color (decimal): -4329837 or 9694909. OLE color: 9694909.

HSL color Cylindrical-coordinate representation of color #BDEE93: hue angle of 92.31º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDEE93 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB189238147-
CMYK0.2100.380.07
HSL92.31º72.8%75.49%-
HSV(B)92.31º38.24%93.33%-
XYZ56.8374.0738.91-
YUV212.9890.77110.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 238 (93.36% from 255) = 41.46%
BLUE value IS 147 (57.81% from 255) = 25.61%
R=32.93%
G=41.46%
B=25.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381470.2100.380.0792.3172.875.49
HexBDEE931502675c494b
Octal275356223250467134111113
Binary101111011110111010010011101010100110111101110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEE93; }

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

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

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

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

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

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

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

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