Html Css Color HEX #BACBD9 Spindle

📋 copy color: '#BACBD9'

red 186 ◦ green 203 ◦ blue 217

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

Shades of Spindle #BACBD9

Tints of Spindle #BACBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

 BLUE value IS 217 (85.16% from 255) = 35.81%

R = 30.69%
G = 33.5%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BACBD9 (or 0xBACBD9) is known color: Spindle. HEX triplet: BA, CB and D9. RGB value is (186,203,217). Sum of RGB (Red+Green+Blue) = 186+203+217=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD9 is #453426. Grayscale: #C7C7C7. Windows color (decimal): -4535335 or 14273466. OLE color: 14273466.

HSL color Cylindrical-coordinate representation of color #BACBD9: hue angle of 207.1º degrees, saturation: 0.29, 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 #BACBD9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 203 217 -
CMYK 0.14 0.06 0 0.15
HSL 207.1º 0.29% 0.79% -
HSV(B) 207.1º 0.14% 0.85% -
XYZ 54.13 58.16 74.02 -
YUV 199.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 186 203 217 0.14 0.06 0 0.15 207.1 0.29 0.79
Hex BA CB D9 E 6 0 F CF 1D 4F
Octal 272 313 331 16 6 0 17 317 35 117
Binary 10111010 11001011 11011001 1110 110 0 1111 11001111 11101 1001111

Color Harmonies of #BACBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBD9

Black with #BACBD9

Text Example


Text Example

White with #BACBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBD9; }

 p { color: rgb(186,203,217); }

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

background-color css

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

 a { background-color: rgb(186,203,217); }

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

border-color css

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

 span { border-color: rgb(186,203,217); }

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