#BBEBC6

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

Shades of Granny Apple #BBEBC6

Tints of Granny Apple #BBEBC6

Color information

#BBEBC6 (or 0xBBEBC6) is unknown color: approx Granny Apple. HEX triplet: BB, EB and C6. RGB value is (187,235,198). Sum of RGB (Red+Green+Blue) = 187+235+198=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC6 is #441439. Grayscale: #D8D8D8. Windows color (decimal): -4461626 or 13036475. OLE color: 13036475.

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

Color convert

RGB187235198-
CMYK0.2000.160.08
HSL133.75º54.55%82.75%-
HSV(B)133.75º20.43%92.16%-
XYZ60.3974.0664.54-
YUV216.43117.6107.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=30.16%
G=37.90%
B=31.94%

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
Decimal1872351980.2000.160.08133.7554.5582.75
HexBBEBC6140108863753
Octal273353306240201020667123
Binary101110111110101111000110101000100001000100001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBC6; }

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

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

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

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

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

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

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

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