Html Css Color HEX #A3BEBC Opal

📋 copy color: '#A3BEBC'

red 163 ◦ green 190 ◦ blue 188

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

Shades of Opal #A3BEBC

Tints of Opal #A3BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.12%

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

R = 30.13%
G = 35.12%
B = 34.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A3BEBC (or 0xA3BEBC) is known color: Opal. HEX triplet: A3, BE and BC. RGB value is (163,190,188). Sum of RGB (Red+Green+Blue) = 163+190+188=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEBC is #5C4143. Grayscale: #B5B5B5. Windows color (decimal): -6046020 or 12369571. OLE color: 12369571.

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

Color convert

RGB 163 190 188 -
CMYK 0.14 0 0.01 0.25
HSL 175.56º 0.17% 0.69% -
HSV(B) 175.56º 0.14% 0.75% -
XYZ 42.59 48.24 54.64 -
YUV 181.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 163 190 188 0.14 0 0.01 0.25 175.56 0.17 0.69
Hex A3 BE BC E 0 1 19 B0 11 45
Octal 243 276 274 16 0 1 31 260 21 105
Binary 10100011 10111110 10111100 1110 0 1 11001 10110000 10001 1000101

Color Harmonies of #A3BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEBC

Black with #A3BEBC

Text Example


Text Example

White with #A3BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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