Html Css Color HEX #A8BCB4 Periglacial Blue

📋 copy color: '#A8BCB4'

red 168 ◦ green 188 ◦ blue 180

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

Shades of Periglacial Blue #A8BCB4

Tints of Periglacial Blue #A8BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 31.34%
G = 35.07%
B = 33.58%

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

#A8BCB4 (or 0xA8BCB4) is known color: Periglacial Blue. HEX triplet: A8, BC and B4. RGB value is (168,188,180). Sum of RGB (Red+Green+Blue) = 168+188+180=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCB4 is #57434B. Grayscale: #B5B5B5. Windows color (decimal): -5718860 or 11844776. OLE color: 11844776.

HSL color Cylindrical-coordinate representation of color #A8BCB4: hue angle of 156º 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 #A8BCB4 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 180 -
CMYK 0.11 0 0.04 0.26
HSL 156º 0.13% 0.7% -
HSV(B) 156º 0.11% 0.74% -
XYZ 42.37 47.59 50.13 -
YUV 181.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 168 188 180 0.11 0 0.04 0.26 156 0.13 0.7
Hex A8 BC B4 B 0 4 1A 9C D 46
Octal 250 274 264 13 0 4 32 234 15 106
Binary 10101000 10111100 10110100 1011 0 100 11010 10011100 1101 1000110

Color Harmonies of #A8BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCB4

Black with #A8BCB4

Text Example


Text Example

White with #A8BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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