Html Css Color HEX #A8BBCE Spindle

📋 copy color: '#A8BBCE'

red 168 ◦ green 187 ◦ blue 206

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

Shades of Spindle #A8BBCE

Tints of Spindle #A8BBCE

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 value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A8BBCE (or 0xA8BBCE) is known color: 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

RGB 168 187 206 -
CMYK 0.18 0.09 0 0.19
HSL 210º 0.28% 0.73% -
HSV(B) 210º 0.18% 0.81% -
XYZ 45.06 48.32 65.34 -
YUV 183.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 168 187 206 0.18 0.09 0 0.19 210 0.28 0.73
Hex A8 BB CE 12 9 0 13 D2 1C 49
Octal 250 273 316 22 11 0 23 322 34 111
Binary 10101000 10111011 11001110 10010 1001 0 10011 11010010 11100 1001001

Color Harmonies of #A8BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBCE

Black with #A8BBCE

Text Example


Text Example

White with #A8BBCE

Text Example


Text Example

HTML Codes & Css Web 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>