Html Css Color HEX #A5BCB3 Periglacial Blue

📋 copy color: '#A5BCB3'

red 165 ◦ green 188 ◦ blue 179

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

Shades of Periglacial Blue #A5BCB3

Tints of Periglacial Blue #A5BCB3

RGB

 RED value IS 165 (64.84% from 255) = 31.02%

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

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

R = 31.02%
G = 35.34%
B = 33.65%

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

#A5BCB3 (or 0xA5BCB3) is known color: Periglacial Blue. HEX triplet: A5, BC and B3. RGB value is (165,188,179). Sum of RGB (Red+Green+Blue) = 165+188+179=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCB3 is #5A434C. Grayscale: #B4B4B4. Windows color (decimal): -5915469 or 11779237. OLE color: 11779237.

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

Color convert

RGB 165 188 179 -
CMYK 0.12 0 0.05 0.26
HSL 156.52º 0.15% 0.69% -
HSV(B) 156.52º 0.12% 0.74% -
XYZ 41.64 47.22 49.57 -
YUV 180.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 165 188 179 0.12 0 0.05 0.26 156.52 0.15 0.69
Hex A5 BC B3 C 0 5 1A 9D F 45
Octal 245 274 263 14 0 5 32 235 17 105
Binary 10100101 10111100 10110011 1100 0 101 11010 10011101 1111 1000101

Color Harmonies of #A5BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCB3

Black with #A5BCB3

Text Example


Text Example

White with #A5BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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