Html Css Color HEX #BBECE2 Water Leaf

📋 copy color: '#BBECE2'

red 187 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #BBECE2

Tints of Water Leaf #BBECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.36%

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

R = 28.81%
G = 36.36%
B = 34.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#BBECE2 (or 0xBBECE2) is known color: Water Leaf. HEX triplet: BB, EC and E2. RGB value is (187,236,226). Sum of RGB (Red+Green+Blue) = 187+236+226=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECE2 is #44131D. Grayscale: #DCDCDC. Windows color (decimal): -4461342 or 14871739. OLE color: 14871739.

HSL color Cylindrical-coordinate representation of color #BBECE2: hue angle of 167.76º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBECE2 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 236 226 -
CMYK 0.21 0 0.04 0.07
HSL 167.76º 0.56% 0.83% -
HSV(B) 167.76º 0.21% 0.93% -
XYZ 64.22 76.05 83.25 -
YUV 220.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 187 236 226 0.21 0 0.04 0.07 167.76 0.56 0.83
Hex BB EC E2 15 0 4 7 A8 38 53
Octal 273 354 342 25 0 4 7 250 70 123
Binary 10111011 11101100 11100010 10101 0 100 111 10101000 111000 1010011

Color Harmonies of #BBECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECE2

Black with #BBECE2

Text Example


Text Example

White with #BBECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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