Html Css Color HEX #A3BCB9 Opal

📋 copy color: '#A3BCB9'

red 163 ◦ green 188 ◦ blue 185

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

Shades of Opal #A3BCB9

Tints of Opal #A3BCB9

RGB

 RED value IS 163 (64.06% from 255) = 30.41%

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

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 30.41%
G = 35.07%
B = 34.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#A3BCB9 (or 0xA3BCB9) is known color: Opal. HEX triplet: A3, BC and B9. RGB value is (163,188,185). Sum of RGB (Red+Green+Blue) = 163+188+185=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCB9 is #5C4346. Grayscale: #B4B4B4. Windows color (decimal): -6046535 or 12172451. OLE color: 12172451.

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

Color convert

RGB 163 188 185 -
CMYK 0.13 0 0.02 0.26
HSL 172.8º 0.16% 0.69% -
HSV(B) 172.8º 0.13% 0.74% -
XYZ 41.84 47.26 52.81 -
YUV 180.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 163 188 185 0.13 0 0.02 0.26 172.8 0.16 0.69
Hex A3 BC B9 D 0 2 1A AD 10 45
Octal 243 274 271 15 0 2 32 255 20 105
Binary 10100011 10111100 10111001 1101 0 10 11010 10101101 10000 1000101

Color Harmonies of #A3BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCB9

Black with #A3BCB9

Text Example


Text Example

White with #A3BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCB9; }

 p { color: rgb(163,188,185); }

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

background-color css

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

 a { background-color: rgb(163,188,185); }

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

border-color css

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

 span { border-color: rgb(163,188,185); }

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