Html Css Color HEX #BBE6DB Water Leaf

📋 copy color: '#BBE6DB'

red 187 ◦ green 230 ◦ blue 219

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

Shades of Water Leaf #BBE6DB

Tints of Water Leaf #BBE6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.43%

R = 29.4%
G = 36.16%
B = 34.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#BBE6DB (or 0xBBE6DB) is known color: Water Leaf. HEX triplet: BB, E6 and DB. RGB value is (187,230,219). Sum of RGB (Red+Green+Blue) = 187+230+219=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6DB is #441924. Grayscale: #D7D7D7. Windows color (decimal): -4462885 or 14411451. OLE color: 14411451.

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

Color convert

RGB 187 230 219 -
CMYK 0.19 0 0.05 0.10
HSL 164.65º 0.46% 0.82% -
HSV(B) 164.65º 0.19% 0.9% -
XYZ 61.58 72.27 77.72 -
YUV 215.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 187 230 219 0.19 0 0.05 0.10 164.65 0.46 0.82
Hex BB E6 DB 13 0 5 A A5 2E 52
Octal 273 346 333 23 0 5 12 245 56 122
Binary 10111011 11100110 11011011 10011 0 101 1010 10100101 101110 1010010

Color Harmonies of #BBE6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6DB

Black with #BBE6DB

Text Example


Text Example

White with #BBE6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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