Html Css Color HEX #A6C6BD Opal

📋 copy color: '#A6C6BD'

red 166 ◦ green 198 ◦ blue 189

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

Shades of Opal #A6C6BD

Tints of Opal #A6C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.8%

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

R = 30.02%
G = 35.8%
B = 34.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#A6C6BD (or 0xA6C6BD) is known color: Opal. HEX triplet: A6, C6 and BD. RGB value is (166,198,189). Sum of RGB (Red+Green+Blue) = 166+198+189=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C6BD is #593942. Grayscale: #BBBBBB. Windows color (decimal): -5847363 or 12437158. OLE color: 12437158.

HSL color Cylindrical-coordinate representation of color #A6C6BD: hue angle of 163.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C6BD is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 189 -
CMYK 0.16 0 0.05 0.22
HSL 163.13º 0.22% 0.71% -
HSV(B) 163.13º 0.16% 0.78% -
XYZ 45.11 52.17 55.84 -
YUV 187.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 166 198 189 0.16 0 0.05 0.22 163.13 0.22 0.71
Hex A6 C6 BD 10 0 5 16 A3 16 47
Octal 246 306 275 20 0 5 26 243 26 107
Binary 10100110 11000110 10111101 10000 0 101 10110 10100011 10110 1000111

Color Harmonies of #A6C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C6BD

Black with #A6C6BD

Text Example


Text Example

White with #A6C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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