#BDFEE7

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

Shades of Water Leaf #BDFEE7

Tints of Water Leaf #BDFEE7

Color information

#BDFEE7 (or 0xBDFEE7) is unknown color: approx Water Leaf. HEX triplet: BD, FE and E7. RGB value is (189,254,231). Sum of RGB (Red+Green+Blue) = 189+254+231=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEE7 is #420118. Grayscale: #E7E7E7. Windows color (decimal): -4325657 or 15204029. OLE color: 15204029.

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

Color convert

RGB189254231-
CMYK0.2600.090.00
HSL158.77º97.01%86.86%-
HSV(B)158.77º25.59%99.61%-
XYZ70.8587.4788.75-
YUV231.94127.4797.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=28.04%
G=37.69%
B=34.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542310.2600.090.00158.7797.0186.86
HexBDFEE71A0909f6157
Octal275376347320110237141127
Binary101111011111111011100111110100100101001111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEE7; }

 p { color: rgb(189,254,231); }

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

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

 a { background-color: rgb(189,254,231); }

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

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

 span { border-color: rgb(189,254,231); }

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