#BDF6E5

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

Shades of Water Leaf #BDF6E5

Tints of Water Leaf #BDF6E5

Color information

#BDF6E5 (or 0xBDF6E5) is unknown color: approx Water Leaf. HEX triplet: BD, F6 and E5. RGB value is (189,246,229). Sum of RGB (Red+Green+Blue) = 189+246+229=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6E5 is #42091A. Grayscale: #E3E3E3. Windows color (decimal): -4327707 or 15070909. OLE color: 15070909.

HSL color Cylindrical-coordinate representation of color #BDF6E5: hue angle of 162.11º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6E5 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB189246229-
CMYK0.2300.070.04
HSL162.11º76%85.29%-
HSV(B)162.11º23.17%96.47%-
XYZ68.0882.3986.44-
YUV227.02129.12100.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.46%
GREEN value IS 246 (96.48% from 255) = 37.05%
BLUE value IS 229 (89.84% from 255) = 34.49%
R=28.46%
G=37.05%
B=34.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892462290.2300.070.04162.117685.29
HexBDF6E517074a24c55
Octal27536634527074242114125
Binary1011110111110110111001011011101111001010001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6E5; }

 p { color: rgb(189,246,229); }

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

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

 a { background-color: rgb(189,246,229); }

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

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

 span { border-color: rgb(189,246,229); }

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