Html Css Color HEX #ABC5BD Opal

📋 copy color: '#ABC5BD'

red 171 ◦ green 197 ◦ blue 189

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

Shades of Opal #ABC5BD

Tints of Opal #ABC5BD

RGB

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

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

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

R = 30.7%
G = 35.37%
B = 33.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#ABC5BD (or 0xABC5BD) is known color: Opal. HEX triplet: AB, C5 and BD. RGB value is (171,197,189). Sum of RGB (Red+Green+Blue) = 171+197+189=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BD is #543A42. Grayscale: #BCBCBC. Windows color (decimal): -5519939 or 12436907. OLE color: 12436907.

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

Color convert

RGB 171 197 189 -
CMYK 0.13 0 0.04 0.23
HSL 161.54º 0.18% 0.72% -
HSV(B) 161.54º 0.13% 0.77% -
XYZ 45.95 52.26 55.81 -
YUV 188.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 171 197 189 0.13 0 0.04 0.23 161.54 0.18 0.72
Hex AB C5 BD D 0 4 17 A2 12 48
Octal 253 305 275 15 0 4 27 242 22 110
Binary 10101011 11000101 10111101 1101 0 100 10111 10100010 10010 1001000

Color Harmonies of #ABC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5BD

Black with #ABC5BD

Text Example


Text Example

White with #ABC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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