#A4CCBD

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

Shades of Opal #A4CCBD

Tints of Opal #A4CCBD

Color information

#A4CCBD (or 0xA4CCBD) is unknown color: approx Opal. HEX triplet: A4, CC and BD. RGB value is (164,204,189). Sum of RGB (Red+Green+Blue) = 164+204+189=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCBD is #5B3342. Grayscale: #BEBEBE. Windows color (decimal): -5976899 or 12438692. OLE color: 12438692.

HSL color Cylindrical-coordinate representation of color #A4CCBD: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CCBD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB164204189-
CMYK0.2000.070.2
HSL157.5º28.17%72.16%-
HSV(B)157.5º19.61%80%-
XYZ46.0954.7556.28-
YUV190.33127.25109.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=29.44%
G=36.62%
B=33.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642041890.2000.070.2157.528.1772.16
HexA4CCBD1407149e1c48
Octal24431427524072423634110
Binary1010010011001100101111011010001111010010011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCBD; }

 p { color: rgb(164,204,189); }

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

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

 a { background-color: rgb(164,204,189); }

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

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

 span { border-color: rgb(164,204,189); }

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