Html Css Color HEX #AFBBBD Casper

📋 copy color: '#AFBBBD'

red 175 ◦ green 187 ◦ blue 189

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

Shades of Casper #AFBBBD

Tints of Casper #AFBBBD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.94%

 BLUE value IS 189 (74.22% from 255) = 34.3%

R = 31.76%
G = 33.94%
B = 34.3%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFBBBD (or 0xAFBBBD) is known color: Casper. HEX triplet: AF, BB and BD. RGB value is (175,187,189). Sum of RGB (Red+Green+Blue) = 175+187+189=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFBBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBBD is #504442. Grayscale: #B7B7B7. Windows color (decimal): -5260355 or 12434351. OLE color: 12434351.

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

Color convert

RGB 175 187 189 -
CMYK 0.07 0.01 0 0.26
HSL 188.57º 0.1% 0.71% -
HSV(B) 188.57º 0.07% 0.74% -
XYZ 44.63 48.33 55.12 -
YUV 183.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 175 187 189 0.07 0.01 0 0.26 188.57 0.1 0.71
Hex AF BB BD 7 1 0 1A BD A 47
Octal 257 273 275 7 1 0 32 275 12 107
Binary 10101111 10111011 10111101 111 1 0 11010 10111101 1010 1000111

Color Harmonies of #AFBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBBD

Black with #AFBBBD

Text Example


Text Example

White with #AFBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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