#BBFACD

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

Shades of Granny Apple #BBFACD

Tints of Granny Apple #BBFACD

Color information

#BBFACD (or 0xBBFACD) is unknown color: approx Granny Apple. HEX triplet: BB, FA and CD. RGB value is (187,250,205). Sum of RGB (Red+Green+Blue) = 187+250+205=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACD is #440532. Grayscale: #E2E2E2. Windows color (decimal): -4457779 or 13499067. OLE color: 13499067.

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

Color convert

RGB187250205-
CMYK0.2500.180.02
HSL137.14º86.3%85.69%-
HSV(B)137.14º25.2%98.04%-
XYZ65.783.3470.38-
YUV226.03116.13100.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=29.13%
G=38.94%
B=31.93%

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
Decimal1872502050.2500.180.02137.1486.385.69
HexBBFACD190122895656
Octal273372315310222211126126
Binary10111011111110101100110111001010010101000100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFACD; }

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

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

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

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

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

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

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

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