Html Css Color HEX #BBE7E2 Water Leaf

📋 copy color: '#BBE7E2'

red 187 ◦ green 231 ◦ blue 226

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

Shades of Water Leaf #BBE7E2

Tints of Water Leaf #BBE7E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.09%

R = 29.04%
G = 35.87%
B = 35.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#BBE7E2 (or 0xBBE7E2) is known color: Water Leaf. HEX triplet: BB, E7 and E2. RGB value is (187,231,226). Sum of RGB (Red+Green+Blue) = 187+231+226=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7E2 is #44181D. Grayscale: #D9D9D9. Windows color (decimal): -4462622 or 14870459. OLE color: 14870459.

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

Color convert

RGB 187 231 226 -
CMYK 0.19 0 0.02 0.09
HSL 173.18º 0.48% 0.82% -
HSV(B) 173.18º 0.19% 0.91% -
XYZ 62.8 73.21 82.77 -
YUV 217.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 187 231 226 0.19 0 0.02 0.09 173.18 0.48 0.82
Hex BB E7 E2 13 0 2 9 AD 30 52
Octal 273 347 342 23 0 2 11 255 60 122
Binary 10111011 11100111 11100010 10011 0 10 1001 10101101 110000 1010010

Color Harmonies of #BBE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7E2

Black with #BBE7E2

Text Example


Text Example

White with #BBE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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