Html Css Color HEX #A8BFD0 Spindle

📋 copy color: '#A8BFD0'

red 168 ◦ green 191 ◦ blue 208

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

Shades of Spindle #A8BFD0

Tints of Spindle #A8BFD0

RGB

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

 GREEN value IS 191 (75% from 255) = 33.69%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 29.63%
G = 33.69%
B = 36.68%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A8BFD0 (or 0xA8BFD0) is known color: Spindle. HEX triplet: A8, BF and D0. RGB value is (168,191,208). Sum of RGB (Red+Green+Blue) = 168+191+208=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFD0 is #57402F. Grayscale: #B9B9B9. Windows color (decimal): -5718064 or 13680552. OLE color: 13680552.

HSL color Cylindrical-coordinate representation of color #A8BFD0: hue angle of 205.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8BFD0 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 191 208 -
CMYK 0.19 0.08 0 0.18
HSL 205.5º 0.3% 0.74% -
HSV(B) 205.5º 0.19% 0.82% -
XYZ 46.16 50.14 66.92 -
YUV 186.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 168 191 208 0.19 0.08 0 0.18 205.5 0.3 0.74
Hex A8 BF D0 13 8 0 12 CE 1E 4A
Octal 250 277 320 23 10 0 22 316 36 112
Binary 10101000 10111111 11010000 10011 1000 0 10010 11001110 11110 1001010

Color Harmonies of #A8BFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFD0

Black with #A8BFD0

Text Example


Text Example

White with #A8BFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFD0; }

 p { color: rgb(168,191,208); }

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

background-color css

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

 a { background-color: rgb(168,191,208); }

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

border-color css

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

 span { border-color: rgb(168,191,208); }

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