#BBFBCD

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

Shades of Granny Apple #BBFBCD

Tints of Granny Apple #BBFBCD

Color information

#BBFBCD (or 0xBBFBCD) is unknown color: approx Granny Apple. HEX triplet: BB, FB and CD. RGB value is (187,251,205). Sum of RGB (Red+Green+Blue) = 187+251+205=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCD is #440432. Grayscale: #E2E2E2. Windows color (decimal): -4457523 or 13499323. OLE color: 13499323.

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

Color convert

RGB187251205-
CMYK0.2500.180.02
HSL136.88º88.89%85.88%-
HSV(B)136.88º25.5%98.43%-
XYZ66.0183.9770.49-
YUV226.62115.899.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=29.08%
G=39.04%
B=31.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512050.2500.180.02136.8888.8985.88
HexBBFBCD190122895956
Octal273373315310222211131126
Binary10111011111110111100110111001010010101000100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBCD; }

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

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

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

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

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

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

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

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