#BBFECA

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

Shades of Granny Apple #BBFECA

Tints of Granny Apple #BBFECA

Color information

#BBFECA (or 0xBBFECA) is unknown color: approx Granny Apple. HEX triplet: BB, FE and CA. RGB value is (187,254,202). Sum of RGB (Red+Green+Blue) = 187+254+202=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFECA is #440135. Grayscale: #E4E4E4. Windows color (decimal): -4456758 or 13303483. OLE color: 13303483.

HSL color Cylindrical-coordinate representation of color #BBFECA: hue angle of 133.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFECA is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB187254202-
CMYK0.2600.200.00
HSL133.43º97.1%86.47%-
HSV(B)133.43º26.38%99.61%-
XYZ66.685.7168.91-
YUV228.04113.398.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=29.08%
G=39.50%
B=31.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542020.2600.200.00133.4397.186.47
HexBBFECA1A0140856156
Octal273376312320240205141126
Binary1011101111111110110010101101001010001000010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFECA; }

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

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

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

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

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

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

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

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