Html Css Color HEX #ABC5BB Opal

📋 copy color: '#ABC5BB'

red 171 ◦ green 197 ◦ blue 187

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

Shades of Opal #ABC5BB

Tints of Opal #ABC5BB

RGB

 RED value IS 171 (67.19% from 255) = 30.81%

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

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 30.81%
G = 35.5%
B = 33.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#ABC5BB (or 0xABC5BB) is known color: Opal. HEX triplet: AB, C5 and BB. RGB value is (171,197,187). Sum of RGB (Red+Green+Blue) = 171+197+187=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BB is #543A44. Grayscale: #BCBCBC. Windows color (decimal): -5519941 or 12305835. OLE color: 12305835.

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

Color convert

RGB 171 197 187 -
CMYK 0.13 0 0.05 0.23
HSL 156.92º 0.18% 0.72% -
HSV(B) 156.92º 0.13% 0.77% -
XYZ 45.73 52.18 54.67 -
YUV 188.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 171 197 187 0.13 0 0.05 0.23 156.92 0.18 0.72
Hex AB C5 BB D 0 5 17 9D 12 48
Octal 253 305 273 15 0 5 27 235 22 110
Binary 10101011 11000101 10111011 1101 0 101 10111 10011101 10010 1001000

Color Harmonies of #ABC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5BB

Black with #ABC5BB

Text Example


Text Example

White with #ABC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5BB; }

 p { color: rgb(171,197,187); }

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

background-color css

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

 a { background-color: rgb(171,197,187); }

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

border-color css

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

 span { border-color: rgb(171,197,187); }

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