Html Css Color HEX #AFB2BE Echo Blue

📋 copy color: '#AFB2BE'

red 175 ◦ green 178 ◦ blue 190

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

Shades of Echo Blue #AFB2BE

Tints of Echo Blue #AFB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.78%

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

R = 32.23%
G = 32.78%
B = 34.99%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFB2BE (or 0xAFB2BE) is known color: Echo Blue. HEX triplet: AF, B2 and BE. RGB value is (175,178,190). Sum of RGB (Red+Green+Blue) = 175+178+190=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2BE is #504D41. Grayscale: #B2B2B2. Windows color (decimal): -5262658 or 12497583. OLE color: 12497583.

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

Color convert

RGB 175 178 190 -
CMYK 0.08 0.06 0 0.25
HSL 228º 0.1% 0.72% -
HSV(B) 228º 0.08% 0.75% -
XYZ 42.89 44.67 55.08 -
YUV 178.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 175 178 190 0.08 0.06 0 0.25 228 0.1 0.72
Hex AF B2 BE 8 6 0 19 E4 A 48
Octal 257 262 276 10 6 0 31 344 12 110
Binary 10101111 10110010 10111110 1000 110 0 11001 11100100 1010 1001000

Color Harmonies of #AFB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2BE

Black with #AFB2BE

Text Example


Text Example

White with #AFB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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