Html Css Color HEX #A5BFBC Opal

📋 copy color: '#A5BFBC'

red 165 ◦ green 191 ◦ blue 188

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

Shades of Opal #A5BFBC

Tints of Opal #A5BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.11%

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

R = 30.33%
G = 35.11%
B = 34.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#A5BFBC (or 0xA5BFBC) is known color: Opal. HEX triplet: A5, BF and BC. RGB value is (165,191,188). Sum of RGB (Red+Green+Blue) = 165+191+188=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFBC is #5A4043. Grayscale: #B6B6B6. Windows color (decimal): -5914692 or 12369829. OLE color: 12369829.

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

Color convert

RGB 165 191 188 -
CMYK 0.14 0 0.02 0.25
HSL 173.08º 0.17% 0.7% -
HSV(B) 173.08º 0.14% 0.75% -
XYZ 43.22 48.89 54.74 -
YUV 182.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 165 191 188 0.14 0 0.02 0.25 173.08 0.17 0.7
Hex A5 BF BC E 0 2 19 AD 11 46
Octal 245 277 274 16 0 2 31 255 21 106
Binary 10100101 10111111 10111100 1110 0 10 11001 10101101 10001 1000110

Color Harmonies of #A5BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFBC

Black with #A5BFBC

Text Example


Text Example

White with #A5BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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