Html Css Color HEX #ACBBB5 Periglacial Blue

📋 copy color: '#ACBBB5'

red 172 ◦ green 187 ◦ blue 181

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

Shades of Periglacial Blue #ACBBB5

Tints of Periglacial Blue #ACBBB5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 181 (71.09% from 255) = 33.52%

R = 31.85%
G = 34.63%
B = 33.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#ACBBB5 (or 0xACBBB5) is known color: Periglacial Blue. HEX triplet: AC, BB and B5. RGB value is (172,187,181). Sum of RGB (Red+Green+Blue) = 172+187+181=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBB5 is #53444A. Grayscale: #B5B5B5. Windows color (decimal): -5456971 or 11910060. OLE color: 11910060.

HSL color Cylindrical-coordinate representation of color #ACBBB5: hue angle of 156º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBBB5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 181 -
CMYK 0.08 0 0.03 0.27
HSL 156º 0.1% 0.7% -
HSV(B) 156º 0.08% 0.73% -
XYZ 43.12 47.65 50.64 -
YUV 181.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 172 187 181 0.08 0 0.03 0.27 156 0.1 0.7
Hex AC BB B5 8 0 3 1B 9C A 46
Octal 254 273 265 10 0 3 33 234 12 106
Binary 10101100 10111011 10110101 1000 0 11 11011 10011100 1010 1000110

Color Harmonies of #ACBBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBB5

Black with #ACBBB5

Text Example


Text Example

White with #ACBBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBB5; }

 p { color: rgb(172,187,181); }

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

background-color css

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

 a { background-color: rgb(172,187,181); }

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

border-color css

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

 span { border-color: rgb(172,187,181); }

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