Html Css Color HEX #A6BBB4 Periglacial Blue

📋 copy color: '#A6BBB4'

red 166 ◦ green 187 ◦ blue 180

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

Shades of Periglacial Blue #A6BBB4

Tints of Periglacial Blue #A6BBB4

RGB

 RED value IS 166 (65.23% from 255) = 31.14%

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

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

R = 31.14%
G = 35.08%
B = 33.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#A6BBB4 (or 0xA6BBB4) is known color: Periglacial Blue. HEX triplet: A6, BB and B4. RGB value is (166,187,180). Sum of RGB (Red+Green+Blue) = 166+187+180=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBB4 is #59444B. Grayscale: #B3B3B3. Windows color (decimal): -5850188 or 11844518. OLE color: 11844518.

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

Color convert

RGB 166 187 180 -
CMYK 0.11 0 0.04 0.27
HSL 160º 0.13% 0.69% -
HSV(B) 160º 0.11% 0.73% -
XYZ 41.73 46.94 50.04 -
YUV 179.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 166 187 180 0.11 0 0.04 0.27 160 0.13 0.69
Hex A6 BB B4 B 0 4 1B A0 D 45
Octal 246 273 264 13 0 4 33 240 15 105
Binary 10100110 10111011 10110100 1011 0 100 11011 10100000 1101 1000101

Color Harmonies of #A6BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBB4

Black with #A6BBB4

Text Example


Text Example

White with #A6BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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