Html Css Color HEX #BDEEE7 Water Leaf

📋 copy color: '#BDEEE7'

red 189 ◦ green 238 ◦ blue 231

#BDEEE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BDEEE7

Tints of Water Leaf #BDEEE7

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.63% from 255) = 35.11%

R = 28.72%
G = 36.17%
B = 35.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BDEEE7 (or 0xBDEEE7) is known color: 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

RGB 189 238 231 -
CMYK 0.21 0 0.03 0.07
HSL 171.43º 0.59% 0.84% -
HSV(B) 171.43º 0.21% 0.93% -
XYZ 65.98 77.74 87.13 -
YUV 222.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 189 238 231 0.21 0 0.03 0.07 171.43 0.59 0.84
Hex BD EE E7 15 0 3 7 AB 3B 54
Octal 275 356 347 25 0 3 7 253 73 124
Binary 10111101 11101110 11100111 10101 0 11 111 10101011 111011 1010100

Color Harmonies of #BDEEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEE7

Black with #BDEEE7

Text Example


Text Example

White with #BDEEE7

Text Example


Text Example

HTML Codes & Css Web 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>