Html Css Color HEX #A8BCB5 Periglacial Blue

📋 copy color: '#A8BCB5'

red 168 ◦ green 188 ◦ blue 181

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

Shades of Periglacial Blue #A8BCB5

Tints of Periglacial Blue #A8BCB5

RGB

 RED value IS 168 (66.02% from 255) = 31.28%

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

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

R = 31.28%
G = 35.01%
B = 33.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#A8BCB5 (or 0xA8BCB5) is known color: Periglacial Blue. HEX triplet: A8, BC and B5. RGB value is (168,188,181). Sum of RGB (Red+Green+Blue) = 168+188+181=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCB5 is #57434A. Grayscale: #B5B5B5. Windows color (decimal): -5718859 or 11910312. OLE color: 11910312.

HSL color Cylindrical-coordinate representation of color #A8BCB5: hue angle of 159º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCB5 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 181 -
CMYK 0.11 0 0.04 0.26
HSL 159º 0.13% 0.7% -
HSV(B) 159º 0.11% 0.74% -
XYZ 42.47 47.63 50.67 -
YUV 181.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 168 188 181 0.11 0 0.04 0.26 159 0.13 0.7
Hex A8 BC B5 B 0 4 1A 9F D 46
Octal 250 274 265 13 0 4 32 237 15 106
Binary 10101000 10111100 10110101 1011 0 100 11010 10011111 1101 1000110

Color Harmonies of #A8BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCB5

Black with #A8BCB5

Text Example


Text Example

White with #A8BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCB5; }

 p { color: rgb(168,188,181); }

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

background-color css

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

 a { background-color: rgb(168,188,181); }

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

border-color css

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

 span { border-color: rgb(168,188,181); }

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