Html Css Color HEX #A8BDCE Spindle

📋 copy color: '#A8BDCE'

red 168 ◦ green 189 ◦ blue 206

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

Shades of Spindle #A8BDCE

Tints of Spindle #A8BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.57%

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

R = 29.84%
G = 33.57%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8BDCE (or 0xA8BDCE) is known color: Spindle. HEX triplet: A8, BD and CE. RGB value is (168,189,206). Sum of RGB (Red+Green+Blue) = 168+189+206=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDCE is #574231. Grayscale: #B8B8B8. Windows color (decimal): -5718578 or 13548968. OLE color: 13548968.

HSL color Cylindrical-coordinate representation of color #A8BDCE: hue angle of 206.84º 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 #A8BDCE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 189 206 -
CMYK 0.18 0.08 0 0.19
HSL 206.84º 0.28% 0.73% -
HSV(B) 206.84º 0.18% 0.81% -
XYZ 45.49 49.18 65.49 -
YUV 184.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 168 189 206 0.18 0.08 0 0.19 206.84 0.28 0.73
Hex A8 BD CE 12 8 0 13 CF 1C 49
Octal 250 275 316 22 10 0 23 317 34 111
Binary 10101000 10111101 11001110 10010 1000 0 10011 11001111 11100 1001001

Color Harmonies of #A8BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDCE

Black with #A8BDCE

Text Example


Text Example

White with #A8BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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