#BBFACB

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

Shades of Granny Apple #BBFACB

Tints of Granny Apple #BBFACB

Color information

#BBFACB (or 0xBBFACB) is unknown color: approx Granny Apple. HEX triplet: BB, FA and CB. RGB value is (187,250,203). Sum of RGB (Red+Green+Blue) = 187+250+203=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACB is #440534. Grayscale: #E1E1E1. Windows color (decimal): -4457781 or 13367995. OLE color: 13367995.

HSL color Cylindrical-coordinate representation of color #BBFACB: hue angle of 135.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFACB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB187250203-
CMYK0.2500.190.02
HSL135.24º86.3%85.69%-
HSV(B)135.24º25.2%98.04%-
XYZ65.4683.2569.12-
YUV225.8115.13100.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=29.22%
G=39.06%
B=31.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502030.2500.190.02135.2486.385.69
HexBBFACB190132875656
Octal273372313310232207126126
Binary10111011111110101100101111001010011101000011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFACB; }

 p { color: rgb(187,250,203); }

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

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

 a { background-color: rgb(187,250,203); }

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

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

 span { border-color: rgb(187,250,203); }

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