Html Css Color HEX #A8BBD0 Spindle

📋 copy color: '#A8BBD0'

red 168 ◦ green 187 ◦ blue 208

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

Shades of Spindle #A8BBD0

Tints of Spindle #A8BBD0

RGB

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

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

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

R = 29.84%
G = 33.21%
B = 36.94%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A8BBD0 (or 0xA8BBD0) is known color: Spindle. HEX triplet: A8, BB and D0. RGB value is (168,187,208). Sum of RGB (Red+Green+Blue) = 168+187+208=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBD0 is #57442F. Grayscale: #B7B7B7. Windows color (decimal): -5719088 or 13679528. OLE color: 13679528.

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

Color convert

RGB 168 187 208 -
CMYK 0.19 0.10 0 0.18
HSL 211.5º 0.3% 0.74% -
HSV(B) 211.5º 0.19% 0.82% -
XYZ 45.3 48.42 66.63 -
YUV 183.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 168 187 208 0.19 0.10 0 0.18 211.5 0.3 0.74
Hex A8 BB D0 13 A 0 12 D4 1E 4A
Octal 250 273 320 23 12 0 22 324 36 112
Binary 10101000 10111011 11010000 10011 1010 0 10010 11010100 11110 1001010

Color Harmonies of #A8BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBD0

Black with #A8BBD0

Text Example


Text Example

White with #A8BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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