Html Css Color HEX #BBEBE0 Water Leaf

📋 copy color: '#BBEBE0'

red 187 ◦ green 235 ◦ blue 224

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

Shades of Water Leaf #BBEBE0

Tints of Water Leaf #BBEBE0

RGB

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

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

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

R = 28.95%
G = 36.38%
B = 34.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BBEBE0 (or 0xBBEBE0) is known color: Water Leaf. HEX triplet: BB, EB and E0. RGB value is (187,235,224). Sum of RGB (Red+Green+Blue) = 187+235+224=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBE0 is #44141F. Grayscale: #DBDBDB. Windows color (decimal): -4461600 or 14740411. OLE color: 14740411.

HSL color Cylindrical-coordinate representation of color #BBEBE0: hue angle of 166.25º 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 #BBEBE0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 224 -
CMYK 0.20 0 0.05 0.08
HSL 166.25º 0.55% 0.83% -
HSV(B) 166.25º 0.2% 0.92% -
XYZ 63.66 75.36 81.71 -
YUV 219.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 187 235 224 0.20 0 0.05 0.08 166.25 0.55 0.83
Hex BB EB E0 14 0 5 8 A6 37 53
Octal 273 353 340 24 0 5 10 246 67 123
Binary 10111011 11101011 11100000 10100 0 101 1000 10100110 110111 1010011

Color Harmonies of #BBEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBE0

Black with #BBEBE0

Text Example


Text Example

White with #BBEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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