Html Css Color HEX #A3BCB2 Periglacial Blue

📋 copy color: '#A3BCB2'

red 163 ◦ green 188 ◦ blue 178

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

Shades of Periglacial Blue #A3BCB2

Tints of Periglacial Blue #A3BCB2

RGB

 RED value IS 163 (64.06% from 255) = 30.81%

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

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

R = 30.81%
G = 35.54%
B = 33.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#A3BCB2 (or 0xA3BCB2) is known color: Periglacial Blue. HEX triplet: A3, BC and B2. RGB value is (163,188,178). Sum of RGB (Red+Green+Blue) = 163+188+178=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCB2 is #5C434D. Grayscale: #B3B3B3. Windows color (decimal): -6046542 or 11713699. OLE color: 11713699.

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

Color convert

RGB 163 188 178 -
CMYK 0.13 0 0.05 0.26
HSL 156º 0.16% 0.69% -
HSV(B) 156º 0.13% 0.74% -
XYZ 41.12 46.97 49.02 -
YUV 179.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 163 188 178 0.13 0 0.05 0.26 156 0.16 0.69
Hex A3 BC B2 D 0 5 1A 9C 10 45
Octal 243 274 262 15 0 5 32 234 20 105
Binary 10100011 10111100 10110010 1101 0 101 11010 10011100 10000 1000101

Color Harmonies of #A3BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCB2

Black with #A3BCB2

Text Example


Text Example

White with #A3BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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