Html Css Color HEX #ADBCB7 Periglacial Blue

📋 copy color: '#ADBCB7'

red 173 ◦ green 188 ◦ blue 183

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

Shades of Periglacial Blue #ADBCB7

Tints of Periglacial Blue #ADBCB7

RGB

 RED value IS 173 (67.97% from 255) = 31.8%

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

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

R = 31.8%
G = 34.56%
B = 33.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#ADBCB7 (or 0xADBCB7) is known color: Periglacial Blue. HEX triplet: AD, BC and B7. RGB value is (173,188,183). Sum of RGB (Red+Green+Blue) = 173+188+183=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCB7 is #524348. Grayscale: #B6B6B6. Windows color (decimal): -5391177 or 12041389. OLE color: 12041389.

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

Color convert

RGB 173 188 183 -
CMYK 0.08 0 0.03 0.26
HSL 160º 0.1% 0.71% -
HSV(B) 160º 0.08% 0.74% -
XYZ 43.76 48.27 51.81 -
YUV 182.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 173 188 183 0.08 0 0.03 0.26 160 0.1 0.71
Hex AD BC B7 8 0 3 1A A0 A 47
Octal 255 274 267 10 0 3 32 240 12 107
Binary 10101101 10111100 10110111 1000 0 11 11010 10100000 1010 1000111

Color Harmonies of #ADBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBCB7

Black with #ADBCB7

Text Example


Text Example

White with #ADBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBCB7; }

 p { color: rgb(173,188,183); }

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

background-color css

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

 a { background-color: rgb(173,188,183); }

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

border-color css

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

 span { border-color: rgb(173,188,183); }

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