Html Css Color HEX #ABC9C3 Opal

📋 copy color: '#ABC9C3'

red 171 ◦ green 201 ◦ blue 195

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

Shades of Opal #ABC9C3

Tints of Opal #ABC9C3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.45%

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 30.16%
G = 35.45%
B = 34.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#ABC9C3 (or 0xABC9C3) is known color: Opal. HEX triplet: AB, C9 and C3. RGB value is (171,201,195). Sum of RGB (Red+Green+Blue) = 171+201+195=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C3 is #54363C. Grayscale: #BFBFBF. Windows color (decimal): -5518909 or 12831147. OLE color: 12831147.

HSL color Cylindrical-coordinate representation of color #ABC9C3: hue angle of 168º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9C3 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 195 -
CMYK 0.15 0 0.03 0.21
HSL 168º 0.22% 0.73% -
HSV(B) 168º 0.15% 0.79% -
XYZ 47.53 54.37 59.62 -
YUV 191.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 171 201 195 0.15 0 0.03 0.21 168 0.22 0.73
Hex AB C9 C3 F 0 3 15 A8 16 49
Octal 253 311 303 17 0 3 25 250 26 111
Binary 10101011 11001001 11000011 1111 0 11 10101 10101000 10110 1001001

Color Harmonies of #ABC9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9C3

Black with #ABC9C3

Text Example


Text Example

White with #ABC9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9C3; }

 p { color: rgb(171,201,195); }

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

background-color css

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

 a { background-color: rgb(171,201,195); }

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

border-color css

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

 span { border-color: rgb(171,201,195); }

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