Html Css Color HEX #AFBBBE Casper

📋 copy color: '#AFBBBE'

red 175 ◦ green 187 ◦ blue 190

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

Shades of Casper #AFBBBE

Tints of Casper #AFBBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 31.7%
G = 33.88%
B = 34.42%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFBBBE (or 0xAFBBBE) is known color: Casper. HEX triplet: AF, BB and BE. RGB value is (175,187,190). Sum of RGB (Red+Green+Blue) = 175+187+190=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBBE is #504441. Grayscale: #B7B7B7. Windows color (decimal): -5260354 or 12499887. OLE color: 12499887.

HSL color Cylindrical-coordinate representation of color #AFBBBE: hue angle of 192º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBBBE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 187 190 -
CMYK 0.08 0.02 0 0.25
HSL 192º 0.1% 0.72% -
HSV(B) 192º 0.08% 0.75% -
XYZ 44.74 48.37 55.69 -
YUV 183.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 175 187 190 0.08 0.02 0 0.25 192 0.1 0.72
Hex AF BB BE 8 2 0 19 C0 A 48
Octal 257 273 276 10 2 0 31 300 12 110
Binary 10101111 10111011 10111110 1000 10 0 11001 11000000 1010 1001000

Color Harmonies of #AFBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBBE

Black with #AFBBBE

Text Example


Text Example

White with #AFBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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