Html Css Color HEX #AFB4BB Mischka

📋 copy color: '#AFB4BB'

red 175 ◦ green 180 ◦ blue 187

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

Shades of Mischka #AFB4BB

Tints of Mischka #AFB4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 32.29%
G = 33.21%
B = 34.5%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFB4BB (or 0xAFB4BB) is known color: Mischka. HEX triplet: AF, B4 and BB. RGB value is (175,180,187). Sum of RGB (Red+Green+Blue) = 175+180+187=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4BB is #504B44. Grayscale: #B3B3B3. Windows color (decimal): -5262149 or 12301487. OLE color: 12301487.

HSL color Cylindrical-coordinate representation of color #AFB4BB: hue angle of 215º degrees, saturation: 0.08, 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 #AFB4BB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 180 187 -
CMYK 0.06 0.04 0 0.27
HSL 215º 0.08% 0.71% -
HSV(B) 215º 0.06% 0.73% -
XYZ 42.97 45.34 53.5 -
YUV 179.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 175 180 187 0.06 0.04 0 0.27 215 0.08 0.71
Hex AF B4 BB 6 4 0 1B D7 8 47
Octal 257 264 273 6 4 0 33 327 10 107
Binary 10101111 10110100 10111011 110 100 0 11011 11010111 1000 1000111

Color Harmonies of #AFB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4BB

Black with #AFB4BB

Text Example


Text Example

White with #AFB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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