Html Css Color HEX #ACBEB7 Periglacial Blue

📋 copy color: '#ACBEB7'

red 172 ◦ green 190 ◦ blue 183

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

Shades of Periglacial Blue #ACBEB7

Tints of Periglacial Blue #ACBEB7

RGB

 RED value IS 172 (67.58% from 255) = 31.56%

 GREEN value IS 190 (74.61% from 255) = 34.86%

 BLUE value IS 183 (71.88% from 255) = 33.58%

R = 31.56%
G = 34.86%
B = 33.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#ACBEB7 (or 0xACBEB7) is known color: Periglacial Blue. HEX triplet: AC, BE and B7. RGB value is (172,190,183). Sum of RGB (Red+Green+Blue) = 172+190+183=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEB7 is #534148. Grayscale: #B7B7B7. Windows color (decimal): -5456201 or 12041900. OLE color: 12041900.

HSL color Cylindrical-coordinate representation of color #ACBEB7: hue angle of 156.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBEB7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 190 183 -
CMYK 0.09 0 0.04 0.25
HSL 156.67º 0.12% 0.71% -
HSV(B) 156.67º 0.09% 0.75% -
XYZ 43.97 49.02 51.94 -
YUV 183.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 172 190 183 0.09 0 0.04 0.25 156.67 0.12 0.71
Hex AC BE B7 9 0 4 19 9D C 47
Octal 254 276 267 11 0 4 31 235 14 107
Binary 10101100 10111110 10110111 1001 0 100 11001 10011101 1100 1000111

Color Harmonies of #ACBEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEB7

Black with #ACBEB7

Text Example


Text Example

White with #ACBEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEB7; }

 p { color: rgb(172,190,183); }

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

background-color css

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

 a { background-color: rgb(172,190,183); }

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

border-color css

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

 span { border-color: rgb(172,190,183); }

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