Html Css Color HEX #A8BCCF Spindle

📋 copy color: '#A8BCCF'

red 168 ◦ green 188 ◦ blue 207

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

Shades of Spindle #A8BCCF

Tints of Spindle #A8BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 29.84%
G = 33.39%
B = 36.77%

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

#A8BCCF (or 0xA8BCCF) is known color: Spindle. HEX triplet: A8, BC and CF. RGB value is (168,188,207). Sum of RGB (Red+Green+Blue) = 168+188+207=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCF is #574330. Grayscale: #B8B8B8. Windows color (decimal): -5718833 or 13614248. OLE color: 13614248.

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

Color convert

RGB 168 188 207 -
CMYK 0.19 0.09 0 0.19
HSL 209.23º 0.29% 0.74% -
HSV(B) 209.23º 0.19% 0.81% -
XYZ 45.39 48.8 66.06 -
YUV 184.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 168 188 207 0.19 0.09 0 0.19 209.23 0.29 0.74
Hex A8 BC CF 13 9 0 13 D1 1D 4A
Octal 250 274 317 23 11 0 23 321 35 112
Binary 10101000 10111100 11001111 10011 1001 0 10011 11010001 11101 1001010

Color Harmonies of #A8BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCCF

Black with #A8BCCF

Text Example


Text Example

White with #A8BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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