Html Css Color HEX #A5BCBA Opal

📋 copy color: '#A5BCBA'

red 165 ◦ green 188 ◦ blue 186

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

Shades of Opal #A5BCBA

Tints of Opal #A5BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 30.61%
G = 34.88%
B = 34.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A5BCBA (or 0xA5BCBA) is known color: Opal. HEX triplet: A5, BC and BA. RGB value is (165,188,186). Sum of RGB (Red+Green+Blue) = 165+188+186=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBA is #5A4345. Grayscale: #B4B4B4. Windows color (decimal): -5915462 or 12237989. OLE color: 12237989.

HSL color Cylindrical-coordinate representation of color #A5BCBA: hue angle of 174.78º 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 #A5BCBA is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 186 -
CMYK 0.12 0 0.01 0.26
HSL 174.78º 0.15% 0.69% -
HSV(B) 174.78º 0.12% 0.74% -
XYZ 42.36 47.51 53.39 -
YUV 180.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 165 188 186 0.12 0 0.01 0.26 174.78 0.15 0.69
Hex A5 BC BA C 0 1 1A AF F 45
Octal 245 274 272 14 0 1 32 257 17 105
Binary 10100101 10111100 10111010 1100 0 1 11010 10101111 1111 1000101

Color Harmonies of #A5BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCBA

Black with #A5BCBA

Text Example


Text Example

White with #A5BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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