Html Css Color HEX #BAC1C9 Spindle

📋 copy color: '#BAC1C9'

red 186 ◦ green 193 ◦ blue 201

#BAC1C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #BAC1C9

Tints of Spindle #BAC1C9

RGB

 RED value IS 186 (73.05% from 255) = 32.07%

 GREEN value IS 193 (75.78% from 255) = 33.28%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 32.07%
G = 33.28%
B = 34.66%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAC1C9 (or 0xBAC1C9) is known color: Spindle. HEX triplet: BA, C1 and C9. RGB value is (186,193,201). Sum of RGB (Red+Green+Blue) = 186+193+201=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1C9 is #453E36. Grayscale: #BFBFBF. Windows color (decimal): -4537911 or 13222330. OLE color: 13222330.

HSL color Cylindrical-coordinate representation of color #BAC1C9: hue angle of 212º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC1C9 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 193 201 -
CMYK 0.07 0.04 0 0.21
HSL 212º 0.12% 0.76% -
HSV(B) 212º 0.07% 0.79% -
XYZ 49.86 52.8 62.82 -
YUV 191.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 186 193 201 0.07 0.04 0 0.21 212 0.12 0.76
Hex BA C1 C9 7 4 0 15 D4 C 4C
Octal 272 301 311 7 4 0 25 324 14 114
Binary 10111010 11000001 11001001 111 100 0 10101 11010100 1100 1001100

Color Harmonies of #BAC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC1C9

Black with #BAC1C9

Text Example


Text Example

White with #BAC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC1C9; }

 p { color: rgb(186,193,201); }

 H1.HeaderClassName
 {
   color: #BAC1C9;
 }
 .AnyTagClassName
 {
   color: #BAC1C9;
 }
</style>

background-color css

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

 a { background-color: rgb(186,193,201); }

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

border-color css

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

 span { border-color: rgb(186,193,201); }

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