Html Css Color HEX #A6BCB3 Periglacial Blue

📋 copy color: '#A6BCB3'

red 166 ◦ green 188 ◦ blue 179

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

Shades of Periglacial Blue #A6BCB3

Tints of Periglacial Blue #A6BCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.58%

R = 31.14%
G = 35.27%
B = 33.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#A6BCB3 (or 0xA6BCB3) is known color: Periglacial Blue. HEX triplet: A6, BC and B3. RGB value is (166,188,179). Sum of RGB (Red+Green+Blue) = 166+188+179=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCB3 is #59434C. Grayscale: #B4B4B4. Windows color (decimal): -5849933 or 11779238. OLE color: 11779238.

HSL color Cylindrical-coordinate representation of color #A6BCB3: hue angle of 155.45º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCB3 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 179 -
CMYK 0.12 0 0.05 0.26
HSL 155.45º 0.14% 0.69% -
HSV(B) 155.45º 0.12% 0.74% -
XYZ 41.85 47.33 49.58 -
YUV 180.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 166 188 179 0.12 0 0.05 0.26 155.45 0.14 0.69
Hex A6 BC B3 C 0 5 1A 9B E 45
Octal 246 274 263 14 0 5 32 233 16 105
Binary 10100110 10111100 10110011 1100 0 101 11010 10011011 1110 1000101

Color Harmonies of #A6BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCB3

Black with #A6BCB3

Text Example


Text Example

White with #A6BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCB3; }

 p { color: rgb(166,188,179); }

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

background-color css

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

 a { background-color: rgb(166,188,179); }

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

border-color css

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

 span { border-color: rgb(166,188,179); }

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