Html Css Color HEX #A6BCB2 Periglacial Blue

📋 copy color: '#A6BCB2'

red 166 ◦ green 188 ◦ blue 178

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

Shades of Periglacial Blue #A6BCB2

Tints of Periglacial Blue #A6BCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 31.2%
G = 35.34%
B = 33.46%

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

#A6BCB2 (or 0xA6BCB2) is known color: Periglacial Blue. HEX triplet: A6, BC and B2. RGB value is (166,188,178). Sum of RGB (Red+Green+Blue) = 166+188+178=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCB2 is #59434D. Grayscale: #B4B4B4. Windows color (decimal): -5849934 or 11713702. OLE color: 11713702.

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

Color convert

RGB 166 188 178 -
CMYK 0.12 0 0.05 0.26
HSL 152.73º 0.14% 0.69% -
HSV(B) 152.73º 0.12% 0.74% -
XYZ 41.74 47.29 49.05 -
YUV 180.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 166 188 178 0.12 0 0.05 0.26 152.73 0.14 0.69
Hex A6 BC B2 C 0 5 1A 99 E 45
Octal 246 274 262 14 0 5 32 231 16 105
Binary 10100110 10111100 10110010 1100 0 101 11010 10011001 1110 1000101

Color Harmonies of #A6BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCB2

Black with #A6BCB2

Text Example


Text Example

White with #A6BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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