Html Css Color HEX #A7BDD0 Spindle

📋 copy color: '#A7BDD0'

red 167 ◦ green 189 ◦ blue 208

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

Shades of Spindle #A7BDD0

Tints of Spindle #A7BDD0

RGB

 RED value IS 167 (65.63% from 255) = 29.61%

 GREEN value IS 189 (74.22% from 255) = 33.51%

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

R = 29.61%
G = 33.51%
B = 36.88%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A7BDD0 (or 0xA7BDD0) is known color: Spindle. HEX triplet: A7, BD and D0. RGB value is (167,189,208). Sum of RGB (Red+Green+Blue) = 167+189+208=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #A7BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDD0 is #58422F. Grayscale: #B8B8B8. Windows color (decimal): -5784112 or 13680039. OLE color: 13680039.

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

Color convert

RGB 167 189 208 -
CMYK 0.20 0.09 0 0.18
HSL 207.8º 0.3% 0.74% -
HSV(B) 207.8º 0.2% 0.82% -
XYZ 45.52 49.16 66.77 -
YUV 184.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 167 189 208 0.20 0.09 0 0.18 207.8 0.3 0.74
Hex A7 BD D0 14 9 0 12 D0 1E 4A
Octal 247 275 320 24 11 0 22 320 36 112
Binary 10100111 10111101 11010000 10100 1001 0 10010 11010000 11110 1001010

Color Harmonies of #A7BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDD0

Black with #A7BDD0

Text Example


Text Example

White with #A7BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDD0; }

 p { color: rgb(167,189,208); }

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

background-color css

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

 a { background-color: rgb(167,189,208); }

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

border-color css

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

 span { border-color: rgb(167,189,208); }

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