#BAC4CB

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

Shades of Spindle #BAC4CB

Tints of Spindle #BAC4CB

Color information

#BAC4CB (or 0xBAC4CB) is unknown color: approx Spindle. HEX triplet: BA, C4 and CB. RGB value is (186,196,203). Sum of RGB (Red+Green+Blue) = 186+196+203=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4CB is #453B34. Grayscale: #C1C1C1. Windows color (decimal): -4537141 or 13354170. OLE color: 13354170.

HSL color Cylindrical-coordinate representation of color #BAC4CB: hue angle of 204.71º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC4CB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186196203-
CMYK0.080.0300.20
HSL204.71º14.05%76.27%-
HSV(B)204.71º8.37%79.61%-
XYZ50.7754.2364.29-
YUV193.81133.19122.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=31.79%
G=33.50%
B=34.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861962030.080.0300.20204.7114.0576.27
HexBAC4CB83014cde4c
Octal27230431310302431516114
Binary1011101011000100110010111000110101001100110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4CB; }

 p { color: rgb(186,196,203); }

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

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

 a { background-color: rgb(186,196,203); }

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

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

 span { border-color: rgb(186,196,203); }

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