Html Css Color HEX #BBE8DA Water Leaf

📋 copy color: '#BBE8DA'

red 187 ◦ green 232 ◦ blue 218

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

Shades of Water Leaf #BBE8DA

Tints of Water Leaf #BBE8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.42%

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 29.36%
G = 36.42%
B = 34.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#BBE8DA (or 0xBBE8DA) is known color: Water Leaf. HEX triplet: BB, E8 and DA. RGB value is (187,232,218). Sum of RGB (Red+Green+Blue) = 187+232+218=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8DA is #441725. Grayscale: #D8D8D8. Windows color (decimal): -4462374 or 14346427. OLE color: 14346427.

HSL color Cylindrical-coordinate representation of color #BBE8DA: hue angle of 161.33º degrees, saturation: 0.49, 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 #BBE8DA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 232 218 -
CMYK 0.19 0 0.06 0.09
HSL 161.33º 0.49% 0.82% -
HSV(B) 161.33º 0.19% 0.91% -
XYZ 62.01 73.34 77.22 -
YUV 216.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 187 232 218 0.19 0 0.06 0.09 161.33 0.49 0.82
Hex BB E8 DA 13 0 6 9 A1 31 52
Octal 273 350 332 23 0 6 11 241 61 122
Binary 10111011 11101000 11011010 10011 0 110 1001 10100001 110001 1010010

Color Harmonies of #BBE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE8DA

Black with #BBE8DA

Text Example


Text Example

White with #BBE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE8DA; }

 p { color: rgb(187,232,218); }

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

background-color css

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

 a { background-color: rgb(187,232,218); }

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

border-color css

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

 span { border-color: rgb(187,232,218); }

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