Html Css Color HEX #A9BBCE Spindle

📋 copy color: '#A9BBCE'

red 169 ◦ green 187 ◦ blue 206

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

Shades of Spindle #A9BBCE

Tints of Spindle #A9BBCE

RGB

 RED value IS 169 (66.41% from 255) = 30.07%

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

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

R = 30.07%
G = 33.27%
B = 36.65%

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

#A9BBCE (or 0xA9BBCE) is known color: Spindle. HEX triplet: A9, BB and CE. RGB value is (169,187,206). Sum of RGB (Red+Green+Blue) = 169+187+206=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBCE is #564431. Grayscale: #B7B7B7. Windows color (decimal): -5653554 or 13548457. OLE color: 13548457.

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

Color convert

RGB 169 187 206 -
CMYK 0.18 0.09 0 0.19
HSL 210.81º 0.27% 0.74% -
HSV(B) 210.81º 0.18% 0.81% -
XYZ 45.27 48.43 65.35 -
YUV 183.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 169 187 206 0.18 0.09 0 0.19 210.81 0.27 0.74
Hex A9 BB CE 12 9 0 13 D3 1B 4A
Octal 251 273 316 22 11 0 23 323 33 112
Binary 10101001 10111011 11001110 10010 1001 0 10011 11010011 11011 1001010

Color Harmonies of #A9BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBCE

Black with #A9BBCE

Text Example


Text Example

White with #A9BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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