#BDEFE6

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

Shades of Water Leaf #BDEFE6

Tints of Water Leaf #BDEFE6

Color information

#BDEFE6 (or 0xBDEFE6) is unknown color: approx Water Leaf. HEX triplet: BD, EF and E6. RGB value is (189,239,230). Sum of RGB (Red+Green+Blue) = 189+239+230=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFE6 is #421019. Grayscale: #DFDFDF. Windows color (decimal): -4329498 or 15134653. OLE color: 15134653.

HSL color Cylindrical-coordinate representation of color #BDEFE6: hue angle of 169.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFE6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB189239230-
CMYK0.2100.040.06
HSL169.2º60.98%83.92%-
HSV(B)169.2º20.92%93.73%-
XYZ66.1478.2686.48-
YUV223.02131.94103.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=28.72%
G=36.32%
B=34.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392300.2100.040.06169.260.9883.92
HexBDEFE615046a93d54
Octal2753573462504625175124
Binary101111011110111111100110101010100110101010011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFE6; }

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

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

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

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

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

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

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

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