Html Css Color HEX #A8BCB2 Periglacial Blue

📋 copy color: '#A8BCB2'

red 168 ◦ green 188 ◦ blue 178

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

Shades of Periglacial Blue #A8BCB2

Tints of Periglacial Blue #A8BCB2

RGB

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

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

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

R = 31.46%
G = 35.21%
B = 33.33%

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

#A8BCB2 (or 0xA8BCB2) is known color: Periglacial Blue. HEX triplet: A8, BC and B2. RGB value is (168,188,178). Sum of RGB (Red+Green+Blue) = 168+188+178=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCB2 is #57434D. Grayscale: #B4B4B4. Windows color (decimal): -5718862 or 11713704. OLE color: 11713704.

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

Color convert

RGB 168 188 178 -
CMYK 0.11 0 0.05 0.26
HSL 150º 0.13% 0.7% -
HSV(B) 150º 0.11% 0.74% -
XYZ 42.17 47.51 49.07 -
YUV 180.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 168 188 178 0.11 0 0.05 0.26 150 0.13 0.7
Hex A8 BC B2 B 0 5 1A 96 D 46
Octal 250 274 262 13 0 5 32 226 15 106
Binary 10101000 10111100 10110010 1011 0 101 11010 10010110 1101 1000110

Color Harmonies of #A8BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCB2

Black with #A8BCB2

Text Example


Text Example

White with #A8BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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