#BBE5CA

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

Shades of Granny Apple #BBE5CA

Tints of Granny Apple #BBE5CA

Color information

#BBE5CA (or 0xBBE5CA) is unknown color: approx Granny Apple. HEX triplet: BB, E5 and CA. RGB value is (187,229,202). Sum of RGB (Red+Green+Blue) = 187+229+202=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5CA is #441A35. Grayscale: #D5D5D5. Windows color (decimal): -4463158 or 13297083. OLE color: 13297083.

HSL color Cylindrical-coordinate representation of color #BBE5CA: hue angle of 141.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5CA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB187229202-
CMYK0.1800.120.10
HSL141.43º44.68%81.57%-
HSV(B)141.43º18.34%89.8%-
XYZ59.1770.8766.44-
YUV213.36121.59109.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=30.26%
G=37.06%
B=32.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872292020.1800.120.10141.4344.6881.57
HexBBE5CA120CA8d2d52
Octal273345312220141221555122
Binary10111011111001011100101010010011001010100011011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5CA; }

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

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

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

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

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

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

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

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