Html Css Color HEX #BBE7DB Water Leaf

📋 copy color: '#BBE7DB'

red 187 ◦ green 231 ◦ blue 219

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

Shades of Water Leaf #BBE7DB

Tints of Water Leaf #BBE7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.26%

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

R = 29.36%
G = 36.26%
B = 34.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#BBE7DB (or 0xBBE7DB) is known color: Water Leaf. HEX triplet: BB, E7 and DB. RGB value is (187,231,219). Sum of RGB (Red+Green+Blue) = 187+231+219=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7DB is #441824. Grayscale: #D8D8D8. Windows color (decimal): -4462629 or 14411707. OLE color: 14411707.

HSL color Cylindrical-coordinate representation of color #BBE7DB: hue angle of 163.64º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7DB is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 231 219 -
CMYK 0.19 0 0.05 0.09
HSL 163.64º 0.48% 0.82% -
HSV(B) 163.64º 0.19% 0.91% -
XYZ 61.86 72.83 77.82 -
YUV 216.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 187 231 219 0.19 0 0.05 0.09 163.64 0.48 0.82
Hex BB E7 DB 13 0 5 9 A4 30 52
Octal 273 347 333 23 0 5 11 244 60 122
Binary 10111011 11100111 11011011 10011 0 101 1001 10100100 110000 1010010

Color Harmonies of #BBE7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7DB

Black with #BBE7DB

Text Example


Text Example

White with #BBE7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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