#BBE4CA

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

Shades of Granny Apple #BBE4CA

Tints of Granny Apple #BBE4CA

Color information

#BBE4CA (or 0xBBE4CA) is unknown color: approx Granny Apple. HEX triplet: BB, E4 and CA. RGB value is (187,228,202). Sum of RGB (Red+Green+Blue) = 187+228+202=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4CA is #441B35. Grayscale: #D4D4D4. Windows color (decimal): -4463414 or 13296827. OLE color: 13296827.

HSL color Cylindrical-coordinate representation of color #BBE4CA: hue angle of 141.95º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4CA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB187228202-
CMYK0.1800.110.11
HSL141.95º43.16%81.37%-
HSV(B)141.95º17.98%89.41%-
XYZ58.970.3266.35-
YUV212.78121.92109.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=30.31%
G=36.95%
B=32.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872282020.1800.110.11141.9543.1681.37
HexBBE4CA120BB8e2b51
Octal273344312220131321653121
Binary10111011111001001100101010010010111011100011101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4CA; }

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

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

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

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

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

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

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

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