Html Css Color HEX #A5BCB2 Periglacial Blue

📋 copy color: '#A5BCB2'

red 165 ◦ green 188 ◦ blue 178

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

Shades of Periglacial Blue #A5BCB2

Tints of Periglacial Blue #A5BCB2

RGB

 RED value IS 165 (64.84% from 255) = 31.07%

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 31.07%
G = 35.4%
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

#A5BCB2 (or 0xA5BCB2) is known color: Periglacial Blue. HEX triplet: A5, BC and B2. RGB value is (165,188,178). Sum of RGB (Red+Green+Blue) = 165+188+178=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCB2 is #5A434D. Grayscale: #B4B4B4. Windows color (decimal): -5915470 or 11713701. OLE color: 11713701.

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

Color convert

RGB 165 188 178 -
CMYK 0.12 0 0.05 0.26
HSL 153.91º 0.15% 0.69% -
HSV(B) 153.91º 0.12% 0.74% -
XYZ 41.54 47.18 49.04 -
YUV 179.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 165 188 178 0.12 0 0.05 0.26 153.91 0.15 0.69
Hex A5 BC B2 C 0 5 1A 9A F 45
Octal 245 274 262 14 0 5 32 232 17 105
Binary 10100101 10111100 10110010 1100 0 101 11010 10011010 1111 1000101

Color Harmonies of #A5BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCB2

Black with #A5BCB2

Text Example


Text Example

White with #A5BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCB2; }

 p { color: rgb(165,188,178); }

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

background-color css

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

 a { background-color: rgb(165,188,178); }

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

border-color css

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

 span { border-color: rgb(165,188,178); }

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