#BBFBCB

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

Shades of Granny Apple #BBFBCB

Tints of Granny Apple #BBFBCB

Color information

#BBFBCB (or 0xBBFBCB) is unknown color: approx Granny Apple. HEX triplet: BB, FB and CB. RGB value is (187,251,203). Sum of RGB (Red+Green+Blue) = 187+251+203=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCB is #440434. Grayscale: #E2E2E2. Windows color (decimal): -4457525 or 13368251. OLE color: 13368251.

HSL color Cylindrical-coordinate representation of color #BBFBCB: hue angle of 135º degrees, saturation: 0.89, 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 #BBFBCB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB187251203-
CMYK0.2500.190.02
HSL135º88.89%85.88%-
HSV(B)135º25.5%98.43%-
XYZ65.7783.8769.22-
YUV226.39114.899.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=29.17%
G=39.16%
B=31.67%

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
Decimal1872512030.2500.190.0213588.8985.88
HexBBFBCB190132875956
Octal273373313310232207131126
Binary10111011111110111100101111001010011101000011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBCB; }

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

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

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

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

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

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

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

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