#ACCBBF

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

Shades of Opal #ACCBBF

Tints of Opal #ACCBBF

Color information

#ACCBBF (or 0xACCBBF) is unknown color: approx Opal. HEX triplet: AC, CB and BF. RGB value is (172,203,191). Sum of RGB (Red+Green+Blue) = 172+203+191=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBBF is #533440. Grayscale: #C0C0C0. Windows color (decimal): -5452865 or 12569516. OLE color: 12569516.

HSL color Cylindrical-coordinate representation of color #ACCBBF: hue angle of 156.77º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBBF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB172203191-
CMYK0.1500.060.20
HSL156.77º22.96%73.53%-
HSV(B)156.77º15.27%79.61%-
XYZ47.7755.2457.44-
YUV192.36127.23113.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 191 (75% from 255) = 33.75%
R=30.39%
G=35.87%
B=33.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031910.1500.060.20156.7722.9673.53
HexACCBBFF06149d174a
Octal25431327717062423527112
Binary101011001100101110111111111101101010010011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBBF; }

 p { color: rgb(172,203,191); }

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

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

 a { background-color: rgb(172,203,191); }

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

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

 span { border-color: rgb(172,203,191); }

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