Html Css Color HEX #AFB5BD Mischka

📋 copy color: '#AFB5BD'

red 175 ◦ green 181 ◦ blue 189

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

Shades of Mischka #AFB5BD

Tints of Mischka #AFB5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.21%

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

R = 32.11%
G = 33.21%
B = 34.68%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFB5BD (or 0xAFB5BD) is known color: Mischka. HEX triplet: AF, B5 and BD. RGB value is (175,181,189). Sum of RGB (Red+Green+Blue) = 175+181+189=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BD is #504A42. Grayscale: #B4B4B4. Windows color (decimal): -5261891 or 12432815. OLE color: 12432815.

HSL color Cylindrical-coordinate representation of color #AFB5BD: hue angle of 214.29º 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 #AFB5BD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 181 189 -
CMYK 0.07 0.04 0 0.26
HSL 214.29º 0.1% 0.71% -
HSV(B) 214.29º 0.07% 0.74% -
XYZ 43.39 45.84 54.7 -
YUV 180.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 175 181 189 0.07 0.04 0 0.26 214.29 0.1 0.71
Hex AF B5 BD 7 4 0 1A D6 A 47
Octal 257 265 275 7 4 0 32 326 12 107
Binary 10101111 10110101 10111101 111 100 0 11010 11010110 1010 1000111

Color Harmonies of #AFB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5BD

Black with #AFB5BD

Text Example


Text Example

White with #AFB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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