Html Css Color HEX #BBE7E0 Water Leaf

📋 copy color: '#BBE7E0'

red 187 ◦ green 231 ◦ blue 224

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

Shades of Water Leaf #BBE7E0

Tints of Water Leaf #BBE7E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 29.13%
G = 35.98%
B = 34.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BBE7E0 (or 0xBBE7E0) is known color: Water Leaf. HEX triplet: BB, E7 and E0. RGB value is (187,231,224). Sum of RGB (Red+Green+Blue) = 187+231+224=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7E0 is #44181F. Grayscale: #D9D9D9. Windows color (decimal): -4462624 or 14739387. OLE color: 14739387.

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

Color convert

RGB 187 231 224 -
CMYK 0.19 0 0.03 0.09
HSL 170.45º 0.48% 0.82% -
HSV(B) 170.45º 0.19% 0.91% -
XYZ 62.52 73.1 81.34 -
YUV 217.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 187 231 224 0.19 0 0.03 0.09 170.45 0.48 0.82
Hex BB E7 E0 13 0 3 9 AA 30 52
Octal 273 347 340 23 0 3 11 252 60 122
Binary 10111011 11100111 11100000 10011 0 11 1001 10101010 110000 1010010

Color Harmonies of #BBE7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7E0

Black with #BBE7E0

Text Example


Text Example

White with #BBE7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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