#BDFFEF

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

Shades of Water Leaf #BDFFEF

Tints of Water Leaf #BDFFEF

Color information

#BDFFEF (or 0xBDFFEF) is unknown color: approx Water Leaf. HEX triplet: BD, FF and EF. RGB value is (189,255,239). Sum of RGB (Red+Green+Blue) = 189+255+239=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFEF is #420010. Grayscale: #E9E9E9. Windows color (decimal): -4325393 or 15728573. OLE color: 15728573.

HSL color Cylindrical-coordinate representation of color #BDFFEF: hue angle of 165.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFEF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB189255239-
CMYK0.2600.060
HSL165.45º100%87.06%-
HSV(B)165.45º25.88%100%-
XYZ72.3388.5794.95-
YUV233.44131.1396.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.67%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=27.67%
G=37.34%
B=34.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552390.2600.060165.4510087.06
HexBDFFEF1A060a56457
Octal27537735732060245144127
Binary10111101111111111110111111010011001010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFEF; }

 p { color: rgb(189,255,239); }

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

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

 a { background-color: rgb(189,255,239); }

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

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

 span { border-color: rgb(189,255,239); }

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