Html Css Color HEX #AFB3BD Mischka

📋 copy color: '#AFB3BD'

red 175 ◦ green 179 ◦ blue 189

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

Shades of Mischka #AFB3BD

Tints of Mischka #AFB3BD

RGB

 RED value IS 175 (68.75% from 255) = 32.23%

 GREEN value IS 179 (70.31% from 255) = 32.97%

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 32.23%
G = 32.97%
B = 34.81%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFB3BD (or 0xAFB3BD) is known color: Mischka. HEX triplet: AF, B3 and BD. RGB value is (175,179,189). Sum of RGB (Red+Green+Blue) = 175+179+189=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3BD is #504C42. Grayscale: #B2B2B2. Windows color (decimal): -5262403 or 12432303. OLE color: 12432303.

HSL color Cylindrical-coordinate representation of color #AFB3BD: hue angle of 222.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB3BD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 179 189 -
CMYK 0.07 0.05 0 0.26
HSL 222.86º 0.1% 0.71% -
HSV(B) 222.86º 0.07% 0.74% -
XYZ 42.98 45.03 54.57 -
YUV 178.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 175 179 189 0.07 0.05 0 0.26 222.86 0.1 0.71
Hex AF B3 BD 7 5 0 1A DF A 47
Octal 257 263 275 7 5 0 32 337 12 107
Binary 10101111 10110011 10111101 111 101 0 11010 11011111 1010 1000111

Color Harmonies of #AFB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3BD

Black with #AFB3BD

Text Example


Text Example

White with #AFB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3BD; }

 p { color: rgb(175,179,189); }

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

background-color css

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

 a { background-color: rgb(175,179,189); }

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

border-color css

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

 span { border-color: rgb(175,179,189); }

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