Html Css Color HEX #A6BDB3 Periglacial Blue

📋 copy color: '#A6BDB3'

red 166 ◦ green 189 ◦ blue 179

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

Shades of Periglacial Blue #A6BDB3

Tints of Periglacial Blue #A6BDB3

RGB

 RED value IS 166 (65.23% from 255) = 31.09%

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

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 31.09%
G = 35.39%
B = 33.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#A6BDB3 (or 0xA6BDB3) is known color: Periglacial Blue. HEX triplet: A6, BD and B3. RGB value is (166,189,179). Sum of RGB (Red+Green+Blue) = 166+189+179=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDB3 is #59424C. Grayscale: #B5B5B5. Windows color (decimal): -5849677 or 11779494. OLE color: 11779494.

HSL color Cylindrical-coordinate representation of color #A6BDB3: hue angle of 153.91º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BDB3 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 179 -
CMYK 0.12 0 0.05 0.26
HSL 153.91º 0.15% 0.7% -
HSV(B) 153.91º 0.12% 0.74% -
XYZ 42.06 47.76 49.65 -
YUV 180.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 166 189 179 0.12 0 0.05 0.26 153.91 0.15 0.7
Hex A6 BD B3 C 0 5 1A 9A F 46
Octal 246 275 263 14 0 5 32 232 17 106
Binary 10100110 10111101 10110011 1100 0 101 11010 10011010 1111 1000110

Color Harmonies of #A6BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDB3

Black with #A6BDB3

Text Example


Text Example

White with #A6BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDB3; }

 p { color: rgb(166,189,179); }

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

background-color css

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

 a { background-color: rgb(166,189,179); }

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

border-color css

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

 span { border-color: rgb(166,189,179); }

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