Html Css Color HEX #A6C0BD Opal

📋 copy color: '#A6C0BD'

red 166 ◦ green 192 ◦ blue 189

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

Shades of Opal #A6C0BD

Tints of Opal #A6C0BD

RGB

 RED value IS 166 (65.23% from 255) = 30.35%

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 30.35%
G = 35.1%
B = 34.55%

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

#A6C0BD (or 0xA6C0BD) is known color: Opal. HEX triplet: A6, C0 and BD. RGB value is (166,192,189). Sum of RGB (Red+Green+Blue) = 166+192+189=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0BD is #593F42. Grayscale: #B7B7B7. Windows color (decimal): -5848899 or 12435622. OLE color: 12435622.

HSL color Cylindrical-coordinate representation of color #A6C0BD: 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 #A6C0BD is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 189 -
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.76 49.48 55.39 -
YUV 183.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 166 192 189 0.14 0 0.02 0.25 173.08 0.17 0.7
Hex A6 C0 BD E 0 2 19 AD 11 46
Octal 246 300 275 16 0 2 31 255 21 106
Binary 10100110 11000000 10111101 1110 0 10 11001 10101101 10001 1000110

Color Harmonies of #A6C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0BD

Black with #A6C0BD

Text Example


Text Example

White with #A6C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0BD; }

 p { color: rgb(166,192,189); }

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

background-color css

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

 a { background-color: rgb(166,192,189); }

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

border-color css

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

 span { border-color: rgb(166,192,189); }

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