Html Css Color HEX #BAC7D7 Spindle

📋 copy color: '#BAC7D7'

red 186 ◦ green 199 ◦ blue 215

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

Shades of Spindle #BAC7D7

Tints of Spindle #BAC7D7

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.17%

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 31%
G = 33.17%
B = 35.83%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAC7D7 (or 0xBAC7D7) is known color: Spindle. HEX triplet: BA, C7 and D7. RGB value is (186,199,215). Sum of RGB (Red+Green+Blue) = 186+199+215=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D7 is #453828. Grayscale: #C4C4C4. Windows color (decimal): -4536361 or 14141370. OLE color: 14141370.

HSL color Cylindrical-coordinate representation of color #BAC7D7: hue angle of 213.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC7D7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 199 215 -
CMYK 0.13 0.07 0 0.16
HSL 213.1º 0.27% 0.79% -
HSV(B) 213.1º 0.13% 0.84% -
XYZ 52.94 56.19 72.35 -
YUV 196.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 186 199 215 0.13 0.07 0 0.16 213.1 0.27 0.79
Hex BA C7 D7 D 7 0 10 D5 1B 4F
Octal 272 307 327 15 7 0 20 325 33 117
Binary 10111010 11000111 11010111 1101 111 0 10000 11010101 11011 1001111

Color Harmonies of #BAC7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7D7

Black with #BAC7D7

Text Example


Text Example

White with #BAC7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7D7; }

 p { color: rgb(186,199,215); }

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

background-color css

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

 a { background-color: rgb(186,199,215); }

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

border-color css

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

 span { border-color: rgb(186,199,215); }

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