Html Css Color HEX #A6C5BC Opal

📋 copy color: '#A6C5BC'

red 166 ◦ green 197 ◦ blue 188

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

Shades of Opal #A6C5BC

Tints of Opal #A6C5BC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.75%

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

R = 30.13%
G = 35.75%
B = 34.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#A6C5BC (or 0xA6C5BC) is known color: Opal. HEX triplet: A6, C5 and BC. RGB value is (166,197,188). Sum of RGB (Red+Green+Blue) = 166+197+188=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5BC is #593A43. Grayscale: #BABABA. Windows color (decimal): -5847620 or 12371366. OLE color: 12371366.

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

Color convert

RGB 166 197 188 -
CMYK 0.16 0 0.05 0.23
HSL 162.58º 0.21% 0.71% -
HSV(B) 162.58º 0.16% 0.77% -
XYZ 44.77 51.67 55.19 -
YUV 186.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 166 197 188 0.16 0 0.05 0.23 162.58 0.21 0.71
Hex A6 C5 BC 10 0 5 17 A3 15 47
Octal 246 305 274 20 0 5 27 243 25 107
Binary 10100110 11000101 10111100 10000 0 101 10111 10100011 10101 1000111

Color Harmonies of #A6C5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C5BC

Black with #A6C5BC

Text Example


Text Example

White with #A6C5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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