Html Css Color HEX #A6BBB7 Opal

📋 copy color: '#A6BBB7'

red 166 ◦ green 187 ◦ blue 183

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

Shades of Opal #A6BBB7

Tints of Opal #A6BBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.89%

 BLUE value IS 183 (71.88% from 255) = 34.14%

R = 30.97%
G = 34.89%
B = 34.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#A6BBB7 (or 0xA6BBB7) is known color: Opal. HEX triplet: A6, BB and B7. RGB value is (166,187,183). Sum of RGB (Red+Green+Blue) = 166+187+183=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBB7 is #594448. Grayscale: #B4B4B4. Windows color (decimal): -5850185 or 12041126. OLE color: 12041126.

HSL color Cylindrical-coordinate representation of color #A6BBB7: hue angle of 168.57º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BBB7 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 183 -
CMYK 0.11 0 0.02 0.27
HSL 168.57º 0.13% 0.69% -
HSV(B) 168.57º 0.11% 0.73% -
XYZ 42.04 47.07 51.67 -
YUV 180.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 166 187 183 0.11 0 0.02 0.27 168.57 0.13 0.69
Hex A6 BB B7 B 0 2 1B A9 D 45
Octal 246 273 267 13 0 2 33 251 15 105
Binary 10100110 10111011 10110111 1011 0 10 11011 10101001 1101 1000101

Color Harmonies of #A6BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBB7

Black with #A6BBB7

Text Example


Text Example

White with #A6BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBB7; }

 p { color: rgb(166,187,183); }

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

background-color css

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

 a { background-color: rgb(166,187,183); }

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

border-color css

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

 span { border-color: rgb(166,187,183); }

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