Html Css Color HEX #BAC7DA Spindle

📋 copy color: '#BAC7DA'

red 186 ◦ green 199 ◦ blue 218

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

Shades of Spindle #BAC7DA

Tints of Spindle #BAC7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 30.85%
G = 33%
B = 36.15%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC7DA (or 0xBAC7DA) is known color: Spindle. HEX triplet: BA, C7 and DA. RGB value is (186,199,218). Sum of RGB (Red+Green+Blue) = 186+199+218=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7DA is #453825. Grayscale: #C5C5C5. Windows color (decimal): -4536358 or 14337978. OLE color: 14337978.

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

Color convert

RGB 186 199 218 -
CMYK 0.15 0.09 0 0.15
HSL 215.63º 0.3% 0.79% -
HSV(B) 215.63º 0.15% 0.85% -
XYZ 53.33 56.35 74.4 -
YUV 197.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 186 199 218 0.15 0.09 0 0.15 215.63 0.3 0.79
Hex BA C7 DA F 9 0 F D8 1E 4F
Octal 272 307 332 17 11 0 17 330 36 117
Binary 10111010 11000111 11011010 1111 1001 0 1111 11011000 11110 1001111

Color Harmonies of #BAC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7DA

Black with #BAC7DA

Text Example


Text Example

White with #BAC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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