Html Css Color HEX #BAC5CD Spindle

📋 copy color: '#BAC5CD'

red 186 ◦ green 197 ◦ blue 205

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

Shades of Spindle #BAC5CD

Tints of Spindle #BAC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 31.63%
G = 33.5%
B = 34.86%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAC5CD (or 0xBAC5CD) is known color: Spindle. HEX triplet: BA, C5 and CD. RGB value is (186,197,205). Sum of RGB (Red+Green+Blue) = 186+197+205=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5CD is #453A32. Grayscale: #C2C2C2. Windows color (decimal): -4536883 or 13485498. OLE color: 13485498.

HSL color Cylindrical-coordinate representation of color #BAC5CD: hue angle of 205.26º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC5CD is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 197 205 -
CMYK 0.09 0.04 0 0.20
HSL 205.26º 0.16% 0.77% -
HSV(B) 205.26º 0.09% 0.8% -
XYZ 51.24 54.78 65.63 -
YUV 194.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 186 197 205 0.09 0.04 0 0.20 205.26 0.16 0.77
Hex BA C5 CD 9 4 0 14 CD 10 4D
Octal 272 305 315 11 4 0 24 315 20 115
Binary 10111010 11000101 11001101 1001 100 0 10100 11001101 10000 1001101

Color Harmonies of #BAC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5CD

Black with #BAC5CD

Text Example


Text Example

White with #BAC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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