Html Css Color HEX #A7BCB2 Periglacial Blue

📋 copy color: '#A7BCB2'

red 167 ◦ green 188 ◦ blue 178

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

Shades of Periglacial Blue #A7BCB2

Tints of Periglacial Blue #A7BCB2

RGB

 RED value IS 167 (65.63% from 255) = 31.33%

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

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

R = 31.33%
G = 35.27%
B = 33.4%

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

#A7BCB2 (or 0xA7BCB2) is known color: Periglacial Blue. HEX triplet: A7, BC and B2. RGB value is (167,188,178). Sum of RGB (Red+Green+Blue) = 167+188+178=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCB2 is #58434D. Grayscale: #B4B4B4. Windows color (decimal): -5784398 or 11713703. OLE color: 11713703.

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

Color convert

RGB 167 188 178 -
CMYK 0.11 0 0.05 0.26
HSL 151.43º 0.14% 0.7% -
HSV(B) 151.43º 0.11% 0.74% -
XYZ 41.96 47.4 49.06 -
YUV 180.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 167 188 178 0.11 0 0.05 0.26 151.43 0.14 0.7
Hex A7 BC B2 B 0 5 1A 97 E 46
Octal 247 274 262 13 0 5 32 227 16 106
Binary 10100111 10111100 10110010 1011 0 101 11010 10010111 1110 1000110

Color Harmonies of #A7BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCB2

Black with #A7BCB2

Text Example


Text Example

White with #A7BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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