Html Css Color HEX #BDEEE2 Water Leaf

📋 copy color: '#BDEEE2'

red 189 ◦ green 238 ◦ blue 226

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

Shades of Water Leaf #BDEEE2

Tints of Water Leaf #BDEEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.61%

R = 28.94%
G = 36.45%
B = 34.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BDEEE2 (or 0xBDEEE2) is known color: Water Leaf. HEX triplet: BD, EE and E2. RGB value is (189,238,226). Sum of RGB (Red+Green+Blue) = 189+238+226=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE2 is #42111D. Grayscale: #DDDDDD. Windows color (decimal): -4329758 or 14872253. OLE color: 14872253.

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

Color convert

RGB 189 238 226 -
CMYK 0.21 0 0.05 0.07
HSL 165.31º 0.59% 0.84% -
HSV(B) 165.31º 0.21% 0.93% -
XYZ 65.29 77.46 83.46 -
YUV 221.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 189 238 226 0.21 0 0.05 0.07 165.31 0.59 0.84
Hex BD EE E2 15 0 5 7 A5 3B 54
Octal 275 356 342 25 0 5 7 245 73 124
Binary 10111101 11101110 11100010 10101 0 101 111 10100101 111011 1010100

Color Harmonies of #BDEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEE2

Black with #BDEEE2

Text Example


Text Example

White with #BDEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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