#BDF7E2

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

Shades of Water Leaf #BDF7E2

Tints of Water Leaf #BDF7E2

Color information

#BDF7E2 (or 0xBDF7E2) is unknown color: approx Water Leaf. HEX triplet: BD, F7 and E2. RGB value is (189,247,226). Sum of RGB (Red+Green+Blue) = 189+247+226=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7E2 is #42081D. Grayscale: #E3E3E3. Windows color (decimal): -4327454 or 14874557. OLE color: 14874557.

HSL color Cylindrical-coordinate representation of color #BDF7E2: hue angle of 158.28º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7E2 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB189247226-
CMYK0.2300.090.03
HSL158.28º78.38%85.49%-
HSV(B)158.28º23.48%96.86%-
XYZ67.9782.8384.36-
YUV227.26127.28100.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 226 (88.67% from 255) = 34.14%
R=28.55%
G=37.31%
B=34.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472260.2300.090.03158.2878.3885.49
HexBDF7E2170939e4e55
Octal275367342270113236116125
Binary1011110111110111111000101011101001111001111010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7E2; }

 p { color: rgb(189,247,226); }

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

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

 a { background-color: rgb(189,247,226); }

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

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

 span { border-color: rgb(189,247,226); }

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