#BBEBC4

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

Shades of Granny Apple #BBEBC4

Tints of Granny Apple #BBEBC4

Color information

#BBEBC4 (or 0xBBEBC4) is unknown color: approx Granny Apple. HEX triplet: BB, EB and C4. RGB value is (187,235,196). Sum of RGB (Red+Green+Blue) = 187+235+196=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC4 is #44143B. Grayscale: #D8D8D8. Windows color (decimal): -4461628 or 12905403. OLE color: 12905403.

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

Color convert

RGB187235196-
CMYK0.2000.170.08
HSL131.25º54.55%82.75%-
HSV(B)131.25º20.43%92.16%-
XYZ60.1773.9763.33-
YUV216.2116.6107.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=30.26%
G=38.03%
B=31.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872351960.2000.170.08131.2554.5582.75
HexBBEBC4140118833753
Octal273353304240211020367123
Binary101110111110101111000100101000100011000100000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBC4; }

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

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

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

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

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

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

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

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