#ABCBBE

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

Shades of Opal #ABCBBE

Tints of Opal #ABCBBE

Color information

#ABCBBE (or 0xABCBBE) is unknown color: approx Opal. HEX triplet: AB, CB and BE. RGB value is (171,203,190). Sum of RGB (Red+Green+Blue) = 171+203+190=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBBE is #543441. Grayscale: #BFBFBF. Windows color (decimal): -5518402 or 12503979. OLE color: 12503979.

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

Color convert

RGB171203190-
CMYK0.1600.060.20
HSL155.62º23.53%73.33%-
HSV(B)155.62º15.76%79.61%-
XYZ47.4455.0956.85-
YUV191.95126.9113.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=30.32%
G=35.99%
B=33.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031900.1600.060.20155.6223.5373.33
HexABCBBE1006149c1849
Octal25331327620062423430111
Binary1010101111001011101111101000001101010010011100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBBE; }

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

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

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

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

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

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

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

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