#BBF1CA

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

Shades of Granny Apple #BBF1CA

Tints of Granny Apple #BBF1CA

Color information

#BBF1CA (or 0xBBF1CA) is unknown color: approx Granny Apple. HEX triplet: BB, F1 and CA. RGB value is (187,241,202). Sum of RGB (Red+Green+Blue) = 187+241+202=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1CA is #440E35. Grayscale: #DCDCDC. Windows color (decimal): -4460086 or 13300155. OLE color: 13300155.

HSL color Cylindrical-coordinate representation of color #BBF1CA: hue angle of 136.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1CA is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB187241202-
CMYK0.2200.160.05
HSL136.67º65.85%83.92%-
HSV(B)136.67º22.41%94.51%-
XYZ62.6177.7467.58-
YUV220.41117.61104.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=29.68%
G=38.25%
B=32.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412020.2200.160.05136.6765.8583.92
HexBBF1CA160105894254
Octal273361312260205211102124
Binary101110111111000111001010101100100001011000100110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1CA; }

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

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

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

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

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

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

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

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