Html Css Color HEX #AFBCBE Casper

📋 copy color: '#AFBCBE'

red 175 ◦ green 188 ◦ blue 190

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

Shades of Casper #AFBCBE

Tints of Casper #AFBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

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

R = 31.65%
G = 34%
B = 34.36%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFBCBE (or 0xAFBCBE) is known color: Casper. HEX triplet: AF, BC and BE. RGB value is (175,188,190). Sum of RGB (Red+Green+Blue) = 175+188+190=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCBE is #504341. Grayscale: #B8B8B8. Windows color (decimal): -5260098 or 12500143. OLE color: 12500143.

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

Color convert

RGB 175 188 190 -
CMYK 0.08 0.01 0 0.25
HSL 188º 0.1% 0.72% -
HSV(B) 188º 0.08% 0.75% -
XYZ 44.96 48.8 55.76 -
YUV 184.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 175 188 190 0.08 0.01 0 0.25 188 0.1 0.72
Hex AF BC BE 8 1 0 19 BC A 48
Octal 257 274 276 10 1 0 31 274 12 110
Binary 10101111 10111100 10111110 1000 1 0 11001 10111100 1010 1001000

Color Harmonies of #AFBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCBE

Black with #AFBCBE

Text Example


Text Example

White with #AFBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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