Html Css Color HEX #BAC7D4 Spindle

📋 copy color: '#BAC7D4'

red 186 ◦ green 199 ◦ blue 212

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

Shades of Spindle #BAC7D4

Tints of Spindle #BAC7D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 31.16%
G = 33.33%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAC7D4 (or 0xBAC7D4) is known color: Spindle. HEX triplet: BA, C7 and D4. RGB value is (186,199,212). Sum of RGB (Red+Green+Blue) = 186+199+212=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7D4 is #45382B. Grayscale: #C4C4C4. Windows color (decimal): -4536364 or 13944762. OLE color: 13944762.

HSL color Cylindrical-coordinate representation of color #BAC7D4: hue angle of 210º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC7D4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 199 212 -
CMYK 0.12 0.06 0 0.17
HSL 210º 0.23% 0.78% -
HSV(B) 210º 0.12% 0.83% -
XYZ 52.56 56.04 70.33 -
YUV 196.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 186 199 212 0.12 0.06 0 0.17 210 0.23 0.78
Hex BA C7 D4 C 6 0 11 D2 17 4E
Octal 272 307 324 14 6 0 21 322 27 116
Binary 10111010 11000111 11010100 1100 110 0 10001 11010010 10111 1001110

Color Harmonies of #BAC7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7D4

Black with #BAC7D4

Text Example


Text Example

White with #BAC7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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