#a8bbce

Color #A8BBCE Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #A8BBCE

Tints of Spindle #A8BBCE

Color information

#A8BBCE (or 0xA8BBCE) is unknown color: approx Spindle. HEX triplet: A8, BB and CE. RGB value is (168,187,206). Sum of RGB (Red+Green+Blue) = 168+187+206=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBCE is #574431. Grayscale: #B7B7B7. Windows color (decimal): -5719090 or 13548456. OLE color: 13548456.

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

Color convert

RGB168187206-
CMYK0.180.0900.19
HSL210º27.94%73.33%-
HSV(B)210º18.45%80.78%-
XYZ45.0648.3265.34-
YUV183.48140.71116.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=29.95%
G=33.33%
B=36.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681872060.180.0900.1921027.9473.33
HexA8BBCE129013d21c49
Octal250273316221102332234111
Binary10101000101110111100111010010100101001111010010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8bbce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8bbce; }

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

 H1.HeaderClassName
 {
   color: #a8bbce;
 }
 .AnyTagClassName
 {
   color: #a8bbce;
 }
</style>
background-color css

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

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

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

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

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

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