Html Css Color HEX #ABBDB7 Periglacial Blue

📋 copy color: '#ABBDB7'

red 171 ◦ green 189 ◦ blue 183

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

Shades of Periglacial Blue #ABBDB7

Tints of Periglacial Blue #ABBDB7

RGB

 RED value IS 171 (67.19% from 255) = 31.49%

 GREEN value IS 189 (74.22% from 255) = 34.81%

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

R = 31.49%
G = 34.81%
B = 33.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#ABBDB7 (or 0xABBDB7) is known color: Periglacial Blue. HEX triplet: AB, BD and B7. RGB value is (171,189,183). Sum of RGB (Red+Green+Blue) = 171+189+183=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB7 is #544248. Grayscale: #B6B6B6. Windows color (decimal): -5521993 or 12041643. OLE color: 12041643.

HSL color Cylindrical-coordinate representation of color #ABBDB7: hue angle of 160º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDB7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 183 -
CMYK 0.10 0 0.03 0.26
HSL 160º 0.12% 0.71% -
HSV(B) 160º 0.1% 0.74% -
XYZ 43.54 48.47 51.86 -
YUV 182.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 171 189 183 0.10 0 0.03 0.26 160 0.12 0.71
Hex AB BD B7 A 0 3 1A A0 C 47
Octal 253 275 267 12 0 3 32 240 14 107
Binary 10101011 10111101 10110111 1010 0 11 11010 10100000 1100 1000111

Color Harmonies of #ABBDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDB7

Black with #ABBDB7

Text Example


Text Example

White with #ABBDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDB7; }

 p { color: rgb(171,189,183); }

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

background-color css

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

 a { background-color: rgb(171,189,183); }

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

border-color css

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

 span { border-color: rgb(171,189,183); }

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