Html Css Color HEX #A7BCCE Spindle

📋 copy color: '#A7BCCE'

red 167 ◦ green 188 ◦ blue 206

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

Shades of Spindle #A7BCCE

Tints of Spindle #A7BCCE

RGB

 RED value IS 167 (65.63% from 255) = 29.77%

 GREEN value IS 188 (73.83% from 255) = 33.51%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 29.77%
G = 33.51%
B = 36.72%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A7BCCE (or 0xA7BCCE) is known color: Spindle. HEX triplet: A7, BC and CE. RGB value is (167,188,206). Sum of RGB (Red+Green+Blue) = 167+188+206=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #A7BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCCE is #584331. Grayscale: #B7B7B7. Windows color (decimal): -5784370 or 13548711. OLE color: 13548711.

HSL color Cylindrical-coordinate representation of color #A7BCCE: hue angle of 207.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7BCCE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 188 206 -
CMYK 0.19 0.09 0 0.19
HSL 207.69º 0.28% 0.73% -
HSV(B) 207.69º 0.19% 0.81% -
XYZ 45.06 48.64 65.41 -
YUV 183.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 167 188 206 0.19 0.09 0 0.19 207.69 0.28 0.73
Hex A7 BC CE 13 9 0 13 D0 1C 49
Octal 247 274 316 23 11 0 23 320 34 111
Binary 10100111 10111100 11001110 10011 1001 0 10011 11010000 11100 1001001

Color Harmonies of #A7BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCCE

Black with #A7BCCE

Text Example


Text Example

White with #A7BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCCE; }

 p { color: rgb(167,188,206); }

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

background-color css

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

 a { background-color: rgb(167,188,206); }

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

border-color css

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

 span { border-color: rgb(167,188,206); }

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