Html Css Color HEX #BBE6E0 Water Leaf

📋 copy color: '#BBE6E0'

red 187 ◦ green 230 ◦ blue 224

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

Shades of Water Leaf #BBE6E0

Tints of Water Leaf #BBE6E0

RGB

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

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

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

R = 29.17%
G = 35.88%
B = 34.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BBE6E0 (or 0xBBE6E0) is known color: Water Leaf. HEX triplet: BB, E6 and E0. RGB value is (187,230,224). Sum of RGB (Red+Green+Blue) = 187+230+224=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6E0 is #44191F. Grayscale: #D8D8D8. Windows color (decimal): -4462880 or 14739131. OLE color: 14739131.

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

Color convert

RGB 187 230 224 -
CMYK 0.19 0 0.03 0.10
HSL 171.63º 0.46% 0.82% -
HSV(B) 171.63º 0.19% 0.9% -
XYZ 62.24 72.54 81.24 -
YUV 216.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 187 230 224 0.19 0 0.03 0.10 171.63 0.46 0.82
Hex BB E6 E0 13 0 3 A AC 2E 52
Octal 273 346 340 23 0 3 12 254 56 122
Binary 10111011 11100110 11100000 10011 0 11 1010 10101100 101110 1010010

Color Harmonies of #BBE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6E0

Black with #BBE6E0

Text Example


Text Example

White with #BBE6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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