Html Css Color HEX #AFB4BA Mischka

📋 copy color: '#AFB4BA'

red 175 ◦ green 180 ◦ blue 186

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

Shades of Mischka #AFB4BA

Tints of Mischka #AFB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.27%

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 32.35%
G = 33.27%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFB4BA (or 0xAFB4BA) is known color: Mischka. HEX triplet: AF, B4 and BA. RGB value is (175,180,186). Sum of RGB (Red+Green+Blue) = 175+180+186=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4BA is #504B45. Grayscale: #B3B3B3. Windows color (decimal): -5262150 or 12235951. OLE color: 12235951.

HSL color Cylindrical-coordinate representation of color #AFB4BA: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB4BA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 180 186 -
CMYK 0.06 0.03 0 0.27
HSL 212.73º 0.07% 0.71% -
HSV(B) 212.73º 0.06% 0.73% -
XYZ 42.86 45.3 52.94 -
YUV 179.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 175 180 186 0.06 0.03 0 0.27 212.73 0.07 0.71
Hex AF B4 BA 6 3 0 1B D5 7 47
Octal 257 264 272 6 3 0 33 325 7 107
Binary 10101111 10110100 10111010 110 11 0 11011 11010101 111 1000111

Color Harmonies of #AFB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4BA

Black with #AFB4BA

Text Example


Text Example

White with #AFB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4BA; }

 p { color: rgb(175,180,186); }

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

background-color css

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

 a { background-color: rgb(175,180,186); }

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

border-color css

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

 span { border-color: rgb(175,180,186); }

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