Html Css Color HEX #BBECDE Water Leaf

📋 copy color: '#BBECDE'

red 187 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #BBECDE

Tints of Water Leaf #BBECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.42%

R = 28.99%
G = 36.59%
B = 34.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BBECDE (or 0xBBECDE) is known color: Water Leaf. HEX triplet: BB, EC and DE. RGB value is (187,236,222). Sum of RGB (Red+Green+Blue) = 187+236+222=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDE is #441321. Grayscale: #DBDBDB. Windows color (decimal): -4461346 or 14609595. OLE color: 14609595.

HSL color Cylindrical-coordinate representation of color #BBECDE: hue angle of 162.86º 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 #BBECDE is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 236 222 -
CMYK 0.21 0 0.06 0.07
HSL 162.86º 0.56% 0.83% -
HSV(B) 162.86º 0.21% 0.93% -
XYZ 63.67 75.83 80.39 -
YUV 219.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 187 236 222 0.21 0 0.06 0.07 162.86 0.56 0.83
Hex BB EC DE 15 0 6 7 A3 38 53
Octal 273 354 336 25 0 6 7 243 70 123
Binary 10111011 11101100 11011110 10101 0 110 111 10100011 111000 1010011

Color Harmonies of #BBECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECDE

Black with #BBECDE

Text Example


Text Example

White with #BBECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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