#BAFBCD

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

Shades of Granny Apple #BAFBCD

Tints of Granny Apple #BAFBCD

Color information

#BAFBCD (or 0xBAFBCD) is unknown color: approx Granny Apple. HEX triplet: BA, FB and CD. RGB value is (186,251,205). Sum of RGB (Red+Green+Blue) = 186+251+205=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBCD is #450432. Grayscale: #E2E2E2. Windows color (decimal): -4523059 or 13499322. OLE color: 13499322.

HSL color Cylindrical-coordinate representation of color #BAFBCD: hue angle of 137.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBCD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB186251205-
CMYK0.2600.180.02
HSL137.54º89.04%85.69%-
HSV(B)137.54º25.9%98.43%-
XYZ65.7783.8470.47-
YUV226.32115.9799.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=28.97%
G=39.10%
B=31.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512050.2600.180.02137.5489.0485.69
HexBAFBCD1A01228a5956
Octal272373315320222212131126
Binary10111010111110111100110111010010010101000101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBCD; }

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

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

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

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

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

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

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

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