Html Css Color HEX #A8BCB3 Periglacial Blue

📋 copy color: '#A8BCB3'

red 168 ◦ green 188 ◦ blue 179

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

Shades of Periglacial Blue #A8BCB3

Tints of Periglacial Blue #A8BCB3

RGB

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

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

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

R = 31.4%
G = 35.14%
B = 33.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#A8BCB3 (or 0xA8BCB3) is known color: Periglacial Blue. HEX triplet: A8, BC and B3. RGB value is (168,188,179). Sum of RGB (Red+Green+Blue) = 168+188+179=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCB3 is #57434C. Grayscale: #B5B5B5. Windows color (decimal): -5718861 or 11779240. OLE color: 11779240.

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

Color convert

RGB 168 188 179 -
CMYK 0.11 0 0.05 0.26
HSL 153º 0.13% 0.7% -
HSV(B) 153º 0.11% 0.74% -
XYZ 42.27 47.55 49.6 -
YUV 180.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 168 188 179 0.11 0 0.05 0.26 153 0.13 0.7
Hex A8 BC B3 B 0 5 1A 99 D 46
Octal 250 274 263 13 0 5 32 231 15 106
Binary 10101000 10111100 10110011 1011 0 101 11010 10011001 1101 1000110

Color Harmonies of #A8BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCB3

Black with #A8BCB3

Text Example


Text Example

White with #A8BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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