Html Css Color HEX #A8BBB4 Periglacial Blue

📋 copy color: '#A8BBB4'

red 168 ◦ green 187 ◦ blue 180

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

Shades of Periglacial Blue #A8BBB4

Tints of Periglacial Blue #A8BBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

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

R = 31.4%
G = 34.95%
B = 33.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#A8BBB4 (or 0xA8BBB4) is known color: Periglacial Blue. HEX triplet: A8, BB and B4. RGB value is (168,187,180). Sum of RGB (Red+Green+Blue) = 168+187+180=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBB4 is #57444B. Grayscale: #B4B4B4. Windows color (decimal): -5719116 or 11844520. OLE color: 11844520.

HSL color Cylindrical-coordinate representation of color #A8BBB4: hue angle of 157.89º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBB4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 180 -
CMYK 0.10 0 0.04 0.27
HSL 157.89º 0.12% 0.7% -
HSV(B) 157.89º 0.1% 0.73% -
XYZ 42.16 47.16 50.06 -
YUV 180.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 168 187 180 0.10 0 0.04 0.27 157.89 0.12 0.7
Hex A8 BB B4 A 0 4 1B 9E C 46
Octal 250 273 264 12 0 4 33 236 14 106
Binary 10101000 10111011 10110100 1010 0 100 11011 10011110 1100 1000110

Color Harmonies of #A8BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBB4

Black with #A8BBB4

Text Example


Text Example

White with #A8BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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