Html Css Color HEX #BBEBE1 Water Leaf

📋 copy color: '#BBEBE1'

red 187 ◦ green 235 ◦ blue 225

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

Shades of Water Leaf #BBEBE1

Tints of Water Leaf #BBEBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.32%

 BLUE value IS 225 (88.28% from 255) = 34.78%

R = 28.9%
G = 36.32%
B = 34.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BBEBE1 (or 0xBBEBE1) is known color: Water Leaf. HEX triplet: BB, EB and E1. RGB value is (187,235,225). Sum of RGB (Red+Green+Blue) = 187+235+225=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBE1 is #44141E. Grayscale: #DBDBDB. Windows color (decimal): -4461599 or 14805947. OLE color: 14805947.

HSL color Cylindrical-coordinate representation of color #BBEBE1: hue angle of 167.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBE1 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 225 -
CMYK 0.20 0 0.04 0.08
HSL 167.5º 0.55% 0.83% -
HSV(B) 167.5º 0.2% 0.92% -
XYZ 63.79 75.42 82.43 -
YUV 219.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 187 235 225 0.20 0 0.04 0.08 167.5 0.55 0.83
Hex BB EB E1 14 0 4 8 A8 37 53
Octal 273 353 341 24 0 4 10 250 67 123
Binary 10111011 11101011 11100001 10100 0 100 1000 10101000 110111 1010011

Color Harmonies of #BBEBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBE1

Black with #BBEBE1

Text Example


Text Example

White with #BBEBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBE1; }

 p { color: rgb(187,235,225); }

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

background-color css

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

 a { background-color: rgb(187,235,225); }

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

border-color css

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

 span { border-color: rgb(187,235,225); }

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