Html Css Color HEX #AFBABB Casper

📋 copy color: '#AFBABB'

red 175 ◦ green 186 ◦ blue 187

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

Shades of Casper #AFBABB

Tints of Casper #AFBABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.94%

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

R = 31.93%
G = 33.94%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFBABB (or 0xAFBABB) is known color: Casper. HEX triplet: AF, BA and BB. RGB value is (175,186,187). Sum of RGB (Red+Green+Blue) = 175+186+187=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABB is #504544. Grayscale: #B6B6B6. Windows color (decimal): -5260613 or 12303023. OLE color: 12303023.

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

Color convert

RGB 175 186 187 -
CMYK 0.06 0.01 0 0.27
HSL 185º 0.08% 0.71% -
HSV(B) 185º 0.06% 0.73% -
XYZ 44.21 47.82 53.91 -
YUV 182.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 175 186 187 0.06 0.01 0 0.27 185 0.08 0.71
Hex AF BA BB 6 1 0 1B B9 8 47
Octal 257 272 273 6 1 0 33 271 10 107
Binary 10101111 10111010 10111011 110 1 0 11011 10111001 1000 1000111

Color Harmonies of #AFBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBABB

Black with #AFBABB

Text Example


Text Example

White with #AFBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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