Html Css Color HEX #A8BCCE Spindle

📋 copy color: '#A8BCCE'

red 168 ◦ green 188 ◦ blue 206

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

Shades of Spindle #A8BCCE

Tints of Spindle #A8BCCE

RGB

 RED value IS 168 (66.02% from 255) = 29.89%

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

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

R = 29.89%
G = 33.45%
B = 36.65%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8BCCE (or 0xA8BCCE) is known color: Spindle. HEX triplet: A8, BC and CE. RGB value is (168,188,206). Sum of RGB (Red+Green+Blue) = 168+188+206=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCE is #574331. Grayscale: #B7B7B7. Windows color (decimal): -5718834 or 13548712. OLE color: 13548712.

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

Color convert

RGB 168 188 206 -
CMYK 0.18 0.09 0 0.19
HSL 208.42º 0.28% 0.73% -
HSV(B) 208.42º 0.18% 0.81% -
XYZ 45.27 48.75 65.42 -
YUV 184.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 168 188 206 0.18 0.09 0 0.19 208.42 0.28 0.73
Hex A8 BC CE 12 9 0 13 D0 1C 49
Octal 250 274 316 22 11 0 23 320 34 111
Binary 10101000 10111100 11001110 10010 1001 0 10011 11010000 11100 1001001

Color Harmonies of #A8BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCCE

Black with #A8BCCE

Text Example


Text Example

White with #A8BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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