Html Css Color HEX #A6BCB9 Opal

📋 copy color: '#A6BCB9'

red 166 ◦ green 188 ◦ blue 185

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

Shades of Opal #A6BCB9

Tints of Opal #A6BCB9

RGB

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

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

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

R = 30.8%
G = 34.88%
B = 34.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#A6BCB9 (or 0xA6BCB9) is known color: Opal. HEX triplet: A6, BC and B9. RGB value is (166,188,185). Sum of RGB (Red+Green+Blue) = 166+188+185=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCB9 is #594346. Grayscale: #B5B5B5. Windows color (decimal): -5849927 or 12172454. OLE color: 12172454.

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

Color convert

RGB 166 188 185 -
CMYK 0.12 0 0.02 0.26
HSL 171.82º 0.14% 0.69% -
HSV(B) 171.82º 0.12% 0.74% -
XYZ 42.47 47.58 52.84 -
YUV 181.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 166 188 185 0.12 0 0.02 0.26 171.82 0.14 0.69
Hex A6 BC B9 C 0 2 1A AC E 45
Octal 246 274 271 14 0 2 32 254 16 105
Binary 10100110 10111100 10111001 1100 0 10 11010 10101100 1110 1000101

Color Harmonies of #A6BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCB9

Black with #A6BCB9

Text Example


Text Example

White with #A6BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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