Html Css Color HEX #ABCBC5 Opal

📋 copy color: '#ABCBC5'

red 171 ◦ green 203 ◦ blue 197

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

Shades of Opal #ABCBC5

Tints of Opal #ABCBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 29.95%
G = 35.55%
B = 34.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#ABCBC5 (or 0xABCBC5) is known color: Opal. HEX triplet: AB, CB and C5. RGB value is (171,203,197). Sum of RGB (Red+Green+Blue) = 171+203+197=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBC5 is #54343A. Grayscale: #C0C0C0. Windows color (decimal): -5518395 or 12962731. OLE color: 12962731.

HSL color Cylindrical-coordinate representation of color #ABCBC5: hue angle of 168.75º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBC5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 197 -
CMYK 0.16 0 0.03 0.20
HSL 168.75º 0.24% 0.73% -
HSV(B) 168.75º 0.16% 0.8% -
XYZ 48.23 55.4 60.97 -
YUV 192.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 171 203 197 0.16 0 0.03 0.20 168.75 0.24 0.73
Hex AB CB C5 10 0 3 14 A9 18 49
Octal 253 313 305 20 0 3 24 251 30 111
Binary 10101011 11001011 11000101 10000 0 11 10100 10101001 11000 1001001

Color Harmonies of #ABCBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBC5

Black with #ABCBC5

Text Example


Text Example

White with #ABCBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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