Html Css Color HEX #A6C2BC Opal

📋 copy color: '#A6C2BC'

red 166 ◦ green 194 ◦ blue 188

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

Shades of Opal #A6C2BC

Tints of Opal #A6C2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.4%

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

R = 30.29%
G = 35.4%
B = 34.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#A6C2BC (or 0xA6C2BC) is known color: Opal. HEX triplet: A6, C2 and BC. RGB value is (166,194,188). Sum of RGB (Red+Green+Blue) = 166+194+188=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2BC is #593D43. Grayscale: #B8B8B8. Windows color (decimal): -5848388 or 12370598. OLE color: 12370598.

HSL color Cylindrical-coordinate representation of color #A6C2BC: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2BC is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 188 -
CMYK 0.14 0 0.03 0.24
HSL 167.14º 0.19% 0.71% -
HSV(B) 167.14º 0.14% 0.76% -
XYZ 44.09 50.32 54.97 -
YUV 184.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 166 194 188 0.14 0 0.03 0.24 167.14 0.19 0.71
Hex A6 C2 BC E 0 3 18 A7 13 47
Octal 246 302 274 16 0 3 30 247 23 107
Binary 10100110 11000010 10111100 1110 0 11 11000 10100111 10011 1000111

Color Harmonies of #A6C2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2BC

Black with #A6C2BC

Text Example


Text Example

White with #A6C2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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