Html Css Color HEX #ABC5BC Opal

📋 copy color: '#ABC5BC'

red 171 ◦ green 197 ◦ blue 188

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

Shades of Opal #ABC5BC

Tints of Opal #ABC5BC

RGB

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

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

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

R = 30.76%
G = 35.43%
B = 33.81%

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

#ABC5BC (or 0xABC5BC) is known color: Opal. HEX triplet: AB, C5 and BC. RGB value is (171,197,188). Sum of RGB (Red+Green+Blue) = 171+197+188=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BC is #543A43. Grayscale: #BCBCBC. Windows color (decimal): -5519940 or 12371371. OLE color: 12371371.

HSL color Cylindrical-coordinate representation of color #ABC5BC: hue angle of 159.23º 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 #ABC5BC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 188 -
CMYK 0.13 0 0.05 0.23
HSL 159.23º 0.18% 0.72% -
HSV(B) 159.23º 0.13% 0.77% -
XYZ 45.84 52.22 55.24 -
YUV 188.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 171 197 188 0.13 0 0.05 0.23 159.23 0.18 0.72
Hex AB C5 BC D 0 5 17 9F 12 48
Octal 253 305 274 15 0 5 27 237 22 110
Binary 10101011 11000101 10111100 1101 0 101 10111 10011111 10010 1001000

Color Harmonies of #ABC5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5BC

Black with #ABC5BC

Text Example


Text Example

White with #ABC5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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