Html Css Color HEX #BACCD6 Spindle

📋 copy color: '#BACCD6'

red 186 ◦ green 204 ◦ blue 214

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

Shades of Spindle #BACCD6

Tints of Spindle #BACCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 30.79%
G = 33.77%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BACCD6 (or 0xBACCD6) is known color: Spindle. HEX triplet: BA, CC and D6. RGB value is (186,204,214). Sum of RGB (Red+Green+Blue) = 186+204+214=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #BACCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD6 is #453329. Grayscale: #C7C7C7. Windows color (decimal): -4535082 or 14077114. OLE color: 14077114.

HSL color Cylindrical-coordinate representation of color #BACCD6: hue angle of 201.43º degrees, saturation: 0.25, 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 #BACCD6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 204 214 -
CMYK 0.13 0.05 0 0.16
HSL 201.43º 0.25% 0.78% -
HSV(B) 201.43º 0.13% 0.84% -
XYZ 53.98 58.48 72.06 -
YUV 199.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 186 204 214 0.13 0.05 0 0.16 201.43 0.25 0.78
Hex BA CC D6 D 5 0 10 C9 19 4E
Octal 272 314 326 15 5 0 20 311 31 116
Binary 10111010 11001100 11010110 1101 101 0 10000 11001001 11001 1001110

Color Harmonies of #BACCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCD6

Black with #BACCD6

Text Example


Text Example

White with #BACCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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