Html Css Color HEX #A5BCB4 Periglacial Blue

📋 copy color: '#A5BCB4'

red 165 ◦ green 188 ◦ blue 180

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

Shades of Periglacial Blue #A5BCB4

Tints of Periglacial Blue #A5BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.77%

R = 30.96%
G = 35.27%
B = 33.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#A5BCB4 (or 0xA5BCB4) is known color: Periglacial Blue. HEX triplet: A5, BC and B4. RGB value is (165,188,180). Sum of RGB (Red+Green+Blue) = 165+188+180=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCB4 is #5A434B. Grayscale: #B4B4B4. Windows color (decimal): -5915468 or 11844773. OLE color: 11844773.

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

Color convert

RGB 165 188 180 -
CMYK 0.12 0 0.04 0.26
HSL 159.13º 0.15% 0.69% -
HSV(B) 159.13º 0.12% 0.74% -
XYZ 41.74 47.26 50.1 -
YUV 180.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 165 188 180 0.12 0 0.04 0.26 159.13 0.15 0.69
Hex A5 BC B4 C 0 4 1A 9F F 45
Octal 245 274 264 14 0 4 32 237 17 105
Binary 10100101 10111100 10110100 1100 0 100 11010 10011111 1111 1000101

Color Harmonies of #A5BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCB4

Black with #A5BCB4

Text Example


Text Example

White with #A5BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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