#BBFBCE

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

Shades of Granny Apple #BBFBCE

Tints of Granny Apple #BBFBCE

Color information

#BBFBCE (or 0xBBFBCE) is unknown color: approx Granny Apple. HEX triplet: BB, FB and CE. RGB value is (187,251,206). Sum of RGB (Red+Green+Blue) = 187+251+206=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCE is #440431. Grayscale: #E2E2E2. Windows color (decimal): -4457522 or 13564859. OLE color: 13564859.

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

Color convert

RGB187251206-
CMYK0.2500.180.02
HSL137.81º88.89%85.88%-
HSV(B)137.81º25.5%98.43%-
XYZ66.1384.0271.12-
YUV226.73116.399.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=29.04%
G=38.98%
B=31.99%

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
Decimal1872512060.2500.180.02137.8188.8985.88
HexBBFBCE1901228a5956
Octal273373316310222212131126
Binary10111011111110111100111011001010010101000101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBCE; }

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

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

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

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

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

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

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

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