Html Css Color HEX #BDEEE4 Water Leaf

📋 copy color: '#BDEEE4'

red 189 ◦ green 238 ◦ blue 228

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

Shades of Water Leaf #BDEEE4

Tints of Water Leaf #BDEEE4

RGB

 RED value IS 189 (74.22% from 255) = 28.85%

 GREEN value IS 238 (93.36% from 255) = 36.34%

 BLUE value IS 228 (89.45% from 255) = 34.81%

R = 28.85%
G = 36.34%
B = 34.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BDEEE4 (or 0xBDEEE4) is known color: Water Leaf. HEX triplet: BD, EE and E4. RGB value is (189,238,228). Sum of RGB (Red+Green+Blue) = 189+238+228=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE4 is #42111B. Grayscale: #DEDEDE. Windows color (decimal): -4329756 or 15003325. OLE color: 15003325.

HSL color Cylindrical-coordinate representation of color #BDEEE4: hue angle of 167.76º 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 #BDEEE4 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 228 -
CMYK 0.21 0 0.04 0.07
HSL 167.76º 0.59% 0.84% -
HSV(B) 167.76º 0.21% 0.93% -
XYZ 65.56 77.57 84.92 -
YUV 222.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 189 238 228 0.21 0 0.04 0.07 167.76 0.59 0.84
Hex BD EE E4 15 0 4 7 A8 3B 54
Octal 275 356 344 25 0 4 7 250 73 124
Binary 10111101 11101110 11100100 10101 0 100 111 10101000 111011 1010100

Color Harmonies of #BDEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEE4

Black with #BDEEE4

Text Example


Text Example

White with #BDEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEE4; }

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

 H1.HeaderClassName
 {
   color: #BDEEE4;
 }
 .AnyTagClassName
 {
   color: #BDEEE4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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