#BDEEE7

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

Shades of Water Leaf #BDEEE7

Tints of Water Leaf #BDEEE7

Color information

#BDEEE7 (or 0xBDEEE7) is unknown color: approx Water Leaf. HEX triplet: BD, EE and E7. RGB value is (189,238,231). Sum of RGB (Red+Green+Blue) = 189+238+231=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEE7 is #421118. Grayscale: #DEDEDE. Windows color (decimal): -4329753 or 15199933. OLE color: 15199933.

HSL color Cylindrical-coordinate representation of color #BDEEE7: hue angle of 171.43º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB189238231-
CMYK0.2100.030.07
HSL171.43º59.04%83.73%-
HSV(B)171.43º20.59%93.33%-
XYZ65.9877.7487.13-
YUV222.55132.77104.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 231 (90.62% from 255) = 35.11%
R=28.72%
G=36.17%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382310.2100.030.07171.4359.0483.73
HexBDEEE715037ab3b54
Octal2753563472503725373124
Binary10111101111011101110011110101011111101010111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEE7; }

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

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

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

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

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

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

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

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