#BBFDCB

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

Shades of Granny Apple #BBFDCB

Tints of Granny Apple #BBFDCB

Color information

#BBFDCB (or 0xBBFDCB) is unknown color: approx Granny Apple. HEX triplet: BB, FD and CB. RGB value is (187,253,203). Sum of RGB (Red+Green+Blue) = 187+253+203=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDCB is #440234. Grayscale: #E3E3E3. Windows color (decimal): -4457013 or 13368763. OLE color: 13368763.

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

Color convert

RGB187253203-
CMYK0.2600.200.01
HSL134.55º94.29%86.27%-
HSV(B)134.55º26.09%99.22%-
XYZ66.485.1369.43-
YUV227.57114.1399.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=29.08%
G=39.35%
B=31.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532030.2600.200.01134.5594.2986.27
HexBBFDCB1A0141875e56
Octal273375313320241207136126
Binary1011101111111101110010111101001010011000011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDCB; }

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

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

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

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

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

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

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

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