#BBEACB

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

Shades of Granny Apple #BBEACB

Tints of Granny Apple #BBEACB

Color information

#BBEACB (or 0xBBEACB) is unknown color: approx Granny Apple. HEX triplet: BB, EA and CB. RGB value is (187,234,203). Sum of RGB (Red+Green+Blue) = 187+234+203=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEACB is #441534. Grayscale: #D8D8D8. Windows color (decimal): -4461877 or 13363899. OLE color: 13363899.

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

Color convert

RGB187234203-
CMYK0.2000.130.08
HSL140.43º52.81%82.55%-
HSV(B)140.43º20.09%91.76%-
XYZ60.773.7267.53-
YUV216.41120.43107.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=29.97%
G=37.5%
B=32.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342030.2000.130.08140.4352.8182.55
HexBBEACB140D88c3553
Octal273352313240151021465123
Binary10111011111010101100101110100011011000100011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEACB; }

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

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

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

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

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

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

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

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