Html Css Color HEX #A7BFB5 Periglacial Blue

📋 copy color: '#A7BFB5'

red 167 ◦ green 191 ◦ blue 181

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

Shades of Periglacial Blue #A7BFB5

Tints of Periglacial Blue #A7BFB5

RGB

 RED value IS 167 (65.63% from 255) = 30.98%

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 181 (71.09% from 255) = 33.58%

R = 30.98%
G = 35.44%
B = 33.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#A7BFB5 (or 0xA7BFB5) is known color: Periglacial Blue. HEX triplet: A7, BF and B5. RGB value is (167,191,181). Sum of RGB (Red+Green+Blue) = 167+191+181=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFB5 is #58404A. Grayscale: #B6B6B6. Windows color (decimal): -5783627 or 11911079. OLE color: 11911079.

HSL color Cylindrical-coordinate representation of color #A7BFB5: hue angle of 155º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BFB5 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 191 181 -
CMYK 0.13 0 0.05 0.25
HSL 155º 0.16% 0.7% -
HSV(B) 155º 0.13% 0.75% -
XYZ 42.91 48.81 50.88 -
YUV 182.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 167 191 181 0.13 0 0.05 0.25 155 0.16 0.7
Hex A7 BF B5 D 0 5 19 9B 10 46
Octal 247 277 265 15 0 5 31 233 20 106
Binary 10100111 10111111 10110101 1101 0 101 11001 10011011 10000 1000110

Color Harmonies of #A7BFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFB5

Black with #A7BFB5

Text Example


Text Example

White with #A7BFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFB5; }

 p { color: rgb(167,191,181); }

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

background-color css

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

 a { background-color: rgb(167,191,181); }

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

border-color css

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

 span { border-color: rgb(167,191,181); }

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