Html Css Color HEX #A3BDB7 Opal

📋 copy color: '#A3BDB7'

red 163 ◦ green 189 ◦ blue 183

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

Shades of Opal #A3BDB7

Tints of Opal #A3BDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 183 (71.88% from 255) = 34.21%

R = 30.47%
G = 35.33%
B = 34.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#A3BDB7 (or 0xA3BDB7) is known color: Opal. HEX triplet: A3, BD and B7. RGB value is (163,189,183). Sum of RGB (Red+Green+Blue) = 163+189+183=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDB7 is #5C4248. Grayscale: #B4B4B4. Windows color (decimal): -6046281 or 12041635. OLE color: 12041635.

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

Color convert

RGB 163 189 183 -
CMYK 0.14 0 0.03 0.26
HSL 166.15º 0.16% 0.69% -
HSV(B) 166.15º 0.14% 0.74% -
XYZ 41.85 47.6 51.78 -
YUV 180.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 163 189 183 0.14 0 0.03 0.26 166.15 0.16 0.69
Hex A3 BD B7 E 0 3 1A A6 10 45
Octal 243 275 267 16 0 3 32 246 20 105
Binary 10100011 10111101 10110111 1110 0 11 11010 10100110 10000 1000101

Color Harmonies of #A3BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDB7

Black with #A3BDB7

Text Example


Text Example

White with #A3BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDB7; }

 p { color: rgb(163,189,183); }

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

background-color css

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

 a { background-color: rgb(163,189,183); }

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

border-color css

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

 span { border-color: rgb(163,189,183); }

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