#BBEAC4

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

Shades of Granny Apple #BBEAC4

Tints of Granny Apple #BBEAC4

Color information

#BBEAC4 (or 0xBBEAC4) is unknown color: approx Granny Apple. HEX triplet: BB, EA and C4. RGB value is (187,234,196). Sum of RGB (Red+Green+Blue) = 187+234+196=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC4 is #44153B. Grayscale: #D7D7D7. Windows color (decimal): -4461884 or 12905147. OLE color: 12905147.

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

Color convert

RGB187234196-
CMYK0.2000.160.08
HSL131.49º52.81%82.55%-
HSV(B)131.49º20.09%91.76%-
XYZ59.8873.463.24-
YUV215.62116.93107.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=30.31%
G=37.93%
B=31.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872341960.2000.160.08131.4952.8182.55
HexBBEAC4140108833553
Octal273352304240201020365123
Binary101110111110101011000100101000100001000100000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAC4; }

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

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

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

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

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

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

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

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