Html Css Color HEX #BACCD5 Spindle

📋 copy color: '#BACCD5'

red 186 ◦ green 204 ◦ blue 213

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

Shades of Spindle #BACCD5

Tints of Spindle #BACCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.83%

 BLUE value IS 213 (83.59% from 255) = 35.32%

R = 30.85%
G = 33.83%
B = 35.32%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BACCD5 (or 0xBACCD5) is known color: Spindle. HEX triplet: BA, CC and D5. RGB value is (186,204,213). Sum of RGB (Red+Green+Blue) = 186+204+213=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #BACCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD5 is #45332A. Grayscale: #C7C7C7. Windows color (decimal): -4535083 or 14011578. OLE color: 14011578.

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

Color convert

RGB 186 204 213 -
CMYK 0.13 0.04 0 0.16
HSL 200º 0.24% 0.78% -
HSV(B) 200º 0.13% 0.84% -
XYZ 53.85 58.43 71.39 -
YUV 199.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 186 204 213 0.13 0.04 0 0.16 200 0.24 0.78
Hex BA CC D5 D 4 0 10 C8 18 4E
Octal 272 314 325 15 4 0 20 310 30 116
Binary 10111010 11001100 11010101 1101 100 0 10000 11001000 11000 1001110

Color Harmonies of #BACCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCD5

Black with #BACCD5

Text Example


Text Example

White with #BACCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCD5; }

 p { color: rgb(186,204,213); }

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

background-color css

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

 a { background-color: rgb(186,204,213); }

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

border-color css

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

 span { border-color: rgb(186,204,213); }

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