Html Css Color HEX #BBEEDE Water Leaf

📋 copy color: '#BBEEDE'

red 187 ◦ green 238 ◦ blue 222

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

Shades of Water Leaf #BBEEDE

Tints of Water Leaf #BBEEDE

RGB

 RED value IS 187 (73.44% from 255) = 28.9%

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

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 28.9%
G = 36.79%
B = 34.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BBEEDE (or 0xBBEEDE) is known color: Water Leaf. HEX triplet: BB, EE and DE. RGB value is (187,238,222). Sum of RGB (Red+Green+Blue) = 187+238+222=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEDE is #441121. Grayscale: #DCDCDC. Windows color (decimal): -4460834 or 14610107. OLE color: 14610107.

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

Color convert

RGB 187 238 222 -
CMYK 0.21 0 0.07 0.07
HSL 161.18º 0.6% 0.83% -
HSV(B) 161.18º 0.21% 0.93% -
XYZ 64.25 76.99 80.58 -
YUV 220.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 187 238 222 0.21 0 0.07 0.07 161.18 0.6 0.83
Hex BB EE DE 15 0 7 7 A1 3C 53
Octal 273 356 336 25 0 7 7 241 74 123
Binary 10111011 11101110 11011110 10101 0 111 111 10100001 111100 1010011

Color Harmonies of #BBEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEDE

Black with #BBEEDE

Text Example


Text Example

White with #BBEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEDE; }

 p { color: rgb(187,238,222); }

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

background-color css

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

 a { background-color: rgb(187,238,222); }

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

border-color css

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

 span { border-color: rgb(187,238,222); }

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