#BBECC4

Color #BBECC4 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BBECC4

Tints of Granny Apple #BBECC4

Color information

#BBECC4 (or 0xBBECC4) is unknown color: approx Granny Apple. HEX triplet: BB, EC and C4. RGB value is (187,236,196). Sum of RGB (Red+Green+Blue) = 187+236+196=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECC4 is #44133B. Grayscale: #D8D8D8. Windows color (decimal): -4461372 or 12905659. OLE color: 12905659.

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

Color convert

RGB187236196-
CMYK0.2100.170.07
HSL131.02º56.32%82.94%-
HSV(B)131.02º20.76%92.55%-
XYZ60.4574.5463.43-
YUV216.79116.27106.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=30.21%
G=38.13%
B=31.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872361960.2100.170.07131.0256.3282.94
HexBBECC4150117833853
Octal27335430425021720370123
Binary10111011111011001100010010101010001111100000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECC4; }

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

 H1.HeaderClassName
 {
   color: #BBECC4;
 }
 .AnyTagClassName
 {
   color: #BBECC4;
 }
</style>
background-color css

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

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

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

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

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

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