#BBE7CA

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

Shades of Granny Apple #BBE7CA

Tints of Granny Apple #BBE7CA

Color information

#BBE7CA (or 0xBBE7CA) is unknown color: approx Granny Apple. HEX triplet: BB, E7 and CA. RGB value is (187,231,202). Sum of RGB (Red+Green+Blue) = 187+231+202=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CA is #441835. Grayscale: #D6D6D6. Windows color (decimal): -4462646 or 13297595. OLE color: 13297595.

HSL color Cylindrical-coordinate representation of color #BBE7CA: hue angle of 140.45º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7CA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB187231202-
CMYK0.1900.130.09
HSL140.45º47.83%81.96%-
HSV(B)140.45º19.05%90.59%-
XYZ59.7371.9866.62-
YUV214.54120.92108.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 231 (90.62% from 255) = 37.26%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=30.16%
G=37.26%
B=32.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312020.1900.130.09140.4547.8381.96
HexBBE7CA130D98c3052
Octal273347312230151121460122
Binary10111011111001111100101010011011011001100011001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7CA; }

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

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

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

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

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

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

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

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