Html Css Color HEX #A6B0BC Mischka

📋 copy color: '#A6B0BC'

red 166 ◦ green 176 ◦ blue 188

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

Shades of Mischka #A6B0BC

Tints of Mischka #A6B0BC

RGB

 RED value IS 166 (65.23% from 255) = 31.32%

 GREEN value IS 176 (69.14% from 255) = 33.21%

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 31.32%
G = 33.21%
B = 35.47%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A6B0BC (or 0xA6B0BC) is known color: Mischka. HEX triplet: A6, B0 and BC. RGB value is (166,176,188). Sum of RGB (Red+Green+Blue) = 166+176+188=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B0BC is #594F43. Grayscale: #AEAEAE. Windows color (decimal): -5852996 or 12365990. OLE color: 12365990.

HSL color Cylindrical-coordinate representation of color #A6B0BC: hue angle of 212.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B0BC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 176 188 -
CMYK 0.12 0.06 0 0.26
HSL 212.73º 0.14% 0.69% -
HSV(B) 212.73º 0.12% 0.74% -
XYZ 40.33 42.79 53.71 -
YUV 174.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 166 176 188 0.12 0.06 0 0.26 212.73 0.14 0.69
Hex A6 B0 BC C 6 0 1A D5 E 45
Octal 246 260 274 14 6 0 32 325 16 105
Binary 10100110 10110000 10111100 1100 110 0 11010 11010101 1110 1000101

Color Harmonies of #A6B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B0BC

Black with #A6B0BC

Text Example


Text Example

White with #A6B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B0BC; }

 p { color: rgb(166,176,188); }

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

background-color css

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

 a { background-color: rgb(166,176,188); }

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

border-color css

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

 span { border-color: rgb(166,176,188); }

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