Html Css Color HEX #A8BBCD Spindle

📋 copy color: '#A8BBCD'

red 168 ◦ green 187 ◦ blue 205

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

Shades of Spindle #A8BBCD

Tints of Spindle #A8BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.39%

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 30%
G = 33.39%
B = 36.61%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8BBCD (or 0xA8BBCD) is known color: Spindle. HEX triplet: A8, BB and CD. RGB value is (168,187,205). Sum of RGB (Red+Green+Blue) = 168+187+205=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBCD is #574432. Grayscale: #B7B7B7. Windows color (decimal): -5719091 or 13482920. OLE color: 13482920.

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

Color convert

RGB 168 187 205 -
CMYK 0.18 0.09 0 0.20
HSL 209.19º 0.27% 0.73% -
HSV(B) 209.19º 0.18% 0.8% -
XYZ 44.94 48.27 64.71 -
YUV 183.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 168 187 205 0.18 0.09 0 0.20 209.19 0.27 0.73
Hex A8 BB CD 12 9 0 14 D1 1B 49
Octal 250 273 315 22 11 0 24 321 33 111
Binary 10101000 10111011 11001101 10010 1001 0 10100 11010001 11011 1001001

Color Harmonies of #A8BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBCD

Black with #A8BBCD

Text Example


Text Example

White with #A8BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBCD; }

 p { color: rgb(168,187,205); }

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

background-color css

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

 a { background-color: rgb(168,187,205); }

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

border-color css

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

 span { border-color: rgb(168,187,205); }

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