#BBE9CA

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

Shades of Granny Apple #BBE9CA

Tints of Granny Apple #BBE9CA

Color information

#BBE9CA (or 0xBBE9CA) is unknown color: approx Granny Apple. HEX triplet: BB, E9 and CA. RGB value is (187,233,202). Sum of RGB (Red+Green+Blue) = 187+233+202=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9CA is #441635. Grayscale: #D7D7D7. Windows color (decimal): -4462134 or 13298107. OLE color: 13298107.

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

Color convert

RGB187233202-
CMYK0.2000.130.09
HSL139.57º51.11%82.35%-
HSV(B)139.57º19.74%91.37%-
XYZ60.2973.1166.81-
YUV215.71120.26107.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 233 (91.41% from 255) = 37.46%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=30.06%
G=37.46%
B=32.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872332020.2000.130.09139.5751.1182.35
HexBBE9CA140D98c3352
Octal273351312240151121463122
Binary10111011111010011100101010100011011001100011001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9CA; }

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

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

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

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

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

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

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

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