Html Css Color HEX #BAC2D8 Spindle

📋 copy color: '#BAC2D8'

red 186 ◦ green 194 ◦ blue 216

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

Shades of Spindle #BAC2D8

Tints of Spindle #BAC2D8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.55%

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 31.21%
G = 32.55%
B = 36.24%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC2D8 (or 0xBAC2D8) is known color: Spindle. HEX triplet: BA, C2 and D8. RGB value is (186,194,216). Sum of RGB (Red+Green+Blue) = 186+194+216=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2D8 is #453D27. Grayscale: #C2C2C2. Windows color (decimal): -4537640 or 14205626. OLE color: 14205626.

HSL color Cylindrical-coordinate representation of color #BAC2D8: hue angle of 224º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC2D8 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 194 216 -
CMYK 0.14 0.10 0 0.15
HSL 224º 0.28% 0.79% -
HSV(B) 224º 0.14% 0.85% -
XYZ 51.94 53.98 72.65 -
YUV 194.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 186 194 216 0.14 0.10 0 0.15 224 0.28 0.79
Hex BA C2 D8 E A 0 F E0 1C 4F
Octal 272 302 330 16 12 0 17 340 34 117
Binary 10111010 11000010 11011000 1110 1010 0 1111 11100000 11100 1001111

Color Harmonies of #BAC2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC2D8

Black with #BAC2D8

Text Example


Text Example

White with #BAC2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC2D8; }

 p { color: rgb(186,194,216); }

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

background-color css

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

 a { background-color: rgb(186,194,216); }

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

border-color css

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

 span { border-color: rgb(186,194,216); }

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