Html Css Color HEX #AFB7BA Casper

📋 copy color: '#AFB7BA'

red 175 ◦ green 183 ◦ blue 186

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

Shades of Casper #AFB7BA

Tints of Casper #AFB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.64%

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

R = 32.17%
G = 33.64%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFB7BA (or 0xAFB7BA) is known color: Casper. HEX triplet: AF, B7 and BA. RGB value is (175,183,186). Sum of RGB (Red+Green+Blue) = 175+183+186=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7BA is #504845. Grayscale: #B4B4B4. Windows color (decimal): -5261382 or 12236719. OLE color: 12236719.

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

Color convert

RGB 175 183 186 -
CMYK 0.06 0.02 0 0.27
HSL 196.36º 0.07% 0.71% -
HSV(B) 196.36º 0.06% 0.73% -
XYZ 43.48 46.53 53.14 -
YUV 180.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 175 183 186 0.06 0.02 0 0.27 196.36 0.07 0.71
Hex AF B7 BA 6 2 0 1B C4 7 47
Octal 257 267 272 6 2 0 33 304 7 107
Binary 10101111 10110111 10111010 110 10 0 11011 11000100 111 1000111

Color Harmonies of #AFB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7BA

Black with #AFB7BA

Text Example


Text Example

White with #AFB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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