Html Css Color HEX #A4BCBA Opal

📋 copy color: '#A4BCBA'

red 164 ◦ green 188 ◦ blue 186

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

Shades of Opal #A4BCBA

Tints of Opal #A4BCBA

RGB

 RED value IS 164 (64.45% from 255) = 30.48%

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

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

R = 30.48%
G = 34.94%
B = 34.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A4BCBA (or 0xA4BCBA) is known color: Opal. HEX triplet: A4, BC and BA. RGB value is (164,188,186). Sum of RGB (Red+Green+Blue) = 164+188+186=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCBA is #5B4345. Grayscale: #B4B4B4. Windows color (decimal): -5980998 or 12237988. OLE color: 12237988.

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

Color convert

RGB 164 188 186 -
CMYK 0.13 0 0.01 0.26
HSL 175º 0.15% 0.69% -
HSV(B) 175º 0.13% 0.74% -
XYZ 42.16 47.4 53.38 -
YUV 180.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 164 188 186 0.13 0 0.01 0.26 175 0.15 0.69
Hex A4 BC BA D 0 1 1A AF F 45
Octal 244 274 272 15 0 1 32 257 17 105
Binary 10100100 10111100 10111010 1101 0 1 11010 10101111 1111 1000101

Color Harmonies of #A4BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCBA

Black with #A4BCBA

Text Example


Text Example

White with #A4BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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