Html Css Color HEX #BBE6DD Water Leaf

📋 copy color: '#BBE6DD'

red 187 ◦ green 230 ◦ blue 221

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

Shades of Water Leaf #BBE6DD

Tints of Water Leaf #BBE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.05%

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 29.31%
G = 36.05%
B = 34.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#BBE6DD (or 0xBBE6DD) is known color: Water Leaf. HEX triplet: BB, E6 and DD. RGB value is (187,230,221). Sum of RGB (Red+Green+Blue) = 187+230+221=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6DD is #441922. Grayscale: #D8D8D8. Windows color (decimal): -4462883 or 14542523. OLE color: 14542523.

HSL color Cylindrical-coordinate representation of color #BBE6DD: hue angle of 167.44º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6DD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 230 221 -
CMYK 0.19 0 0.04 0.10
HSL 167.44º 0.46% 0.82% -
HSV(B) 167.44º 0.19% 0.9% -
XYZ 61.84 72.38 79.12 -
YUV 216.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 187 230 221 0.19 0 0.04 0.10 167.44 0.46 0.82
Hex BB E6 DD 13 0 4 A A7 2E 52
Octal 273 346 335 23 0 4 12 247 56 122
Binary 10111011 11100110 11011101 10011 0 100 1010 10100111 101110 1010010

Color Harmonies of #BBE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6DD

Black with #BBE6DD

Text Example


Text Example

White with #BBE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6DD; }

 p { color: rgb(187,230,221); }

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

background-color css

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

 a { background-color: rgb(187,230,221); }

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

border-color css

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

 span { border-color: rgb(187,230,221); }

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