#ABCBC3

Color #ABCBC3 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #ABCBC3

Tints of Opal #ABCBC3

Color information

#ABCBC3 (or 0xABCBC3) is unknown color: approx Opal. HEX triplet: AB, CB and C3. RGB value is (171,203,195). Sum of RGB (Red+Green+Blue) = 171+203+195=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBC3 is #54343C. Grayscale: #C0C0C0. Windows color (decimal): -5518397 or 12831659. OLE color: 12831659.

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

Color convert

RGB171203195-
CMYK0.1600.040.20
HSL165º23.53%73.33%-
HSV(B)165º15.76%79.61%-
XYZ4855.3159.78-
YUV192.52129.4112.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=30.05%
G=35.68%
B=34.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031950.1600.040.2016523.5373.33
HexABCBC3100414a51849
Octal25331330320042424530111
Binary1010101111001011110000111000001001010010100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBC3; }

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

 H1.HeaderClassName
 {
   color: #ABCBC3;
 }
 .AnyTagClassName
 {
   color: #ABCBC3;
 }
</style>
background-color css

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

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

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

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

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

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