#BBEBCA

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

Shades of Granny Apple #BBEBCA

Tints of Granny Apple #BBEBCA

Color information

#BBEBCA (or 0xBBEBCA) is unknown color: approx Granny Apple. HEX triplet: BB, EB and CA. RGB value is (187,235,202). Sum of RGB (Red+Green+Blue) = 187+235+202=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCA is #441435. Grayscale: #D8D8D8. Windows color (decimal): -4461622 or 13298619. OLE color: 13298619.

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

Color convert

RGB187235202-
CMYK0.2000.140.08
HSL138.75º54.55%82.75%-
HSV(B)138.75º20.43%92.16%-
XYZ60.8674.2567-
YUV216.89119.6106.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=29.97%
G=37.66%
B=32.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352020.2000.140.08138.7554.5582.75
HexBBEBCA140E88b3753
Octal273353312240161021367123
Binary10111011111010111100101010100011101000100010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBCA; }

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

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

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

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

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

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

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

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