Html Css Color HEX #AFB8B9 Casper

📋 copy color: '#AFB8B9'

red 175 ◦ green 184 ◦ blue 185

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

Shades of Casper #AFB8B9

Tints of Casper #AFB8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.82%

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 32.17%
G = 33.82%
B = 34.01%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFB8B9 (or 0xAFB8B9) is known color: Casper. HEX triplet: AF, B8 and B9. RGB value is (175,184,185). Sum of RGB (Red+Green+Blue) = 175+184+185=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFB8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8B9 is #504746. Grayscale: #B5B5B5. Windows color (decimal): -5261127 or 12171439. OLE color: 12171439.

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

Color convert

RGB 175 184 185 -
CMYK 0.05 0.01 0 0.27
HSL 186º 0.07% 0.71% -
HSV(B) 186º 0.05% 0.73% -
XYZ 43.58 46.9 52.65 -
YUV 181.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 175 184 185 0.05 0.01 0 0.27 186 0.07 0.71
Hex AF B8 B9 5 1 0 1B BA 7 47
Octal 257 270 271 5 1 0 33 272 7 107
Binary 10101111 10111000 10111001 101 1 0 11011 10111010 111 1000111

Color Harmonies of #AFB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8B9

Black with #AFB8B9

Text Example


Text Example

White with #AFB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8B9; }

 p { color: rgb(175,184,185); }

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

background-color css

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

 a { background-color: rgb(175,184,185); }

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

border-color css

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

 span { border-color: rgb(175,184,185); }

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