Html Css Color HEX #A8BEB4 Periglacial Blue

📋 copy color: '#A8BEB4'

red 168 ◦ green 190 ◦ blue 180

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

Shades of Periglacial Blue #A8BEB4

Tints of Periglacial Blue #A8BEB4

RGB

 RED value IS 168 (66.02% from 255) = 31.23%

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

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 31.23%
G = 35.32%
B = 33.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#A8BEB4 (or 0xA8BEB4) is known color: Periglacial Blue. HEX triplet: A8, BE and B4. RGB value is (168,190,180). Sum of RGB (Red+Green+Blue) = 168+190+180=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEB4 is #57414B. Grayscale: #B6B6B6. Windows color (decimal): -5718348 or 11845288. OLE color: 11845288.

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

Color convert

RGB 168 190 180 -
CMYK 0.12 0 0.05 0.25
HSL 152.73º 0.14% 0.7% -
HSV(B) 152.73º 0.12% 0.75% -
XYZ 42.8 48.45 50.28 -
YUV 182.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 168 190 180 0.12 0 0.05 0.25 152.73 0.14 0.7
Hex A8 BE B4 C 0 5 19 99 E 46
Octal 250 276 264 14 0 5 31 231 16 106
Binary 10101000 10111110 10110100 1100 0 101 11001 10011001 1110 1000110

Color Harmonies of #A8BEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEB4

Black with #A8BEB4

Text Example


Text Example

White with #A8BEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEB4; }

 p { color: rgb(168,190,180); }

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

background-color css

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

 a { background-color: rgb(168,190,180); }

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

border-color css

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

 span { border-color: rgb(168,190,180); }

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