#A3CDBC

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

Shades of Opal #A3CDBC

Tints of Opal #A3CDBC

Color information

#A3CDBC (or 0xA3CDBC) is unknown color: approx Opal. HEX triplet: A3, CD and BC. RGB value is (163,205,188). Sum of RGB (Red+Green+Blue) = 163+205+188=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDBC is #5C3243. Grayscale: #BEBEBE. Windows color (decimal): -6042180 or 12373411. OLE color: 12373411.

HSL color Cylindrical-coordinate representation of color #A3CDBC: hue angle of 155.71º degrees, saturation: 0.3, 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 #A3CDBC is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB163205188-
CMYK0.2000.080.20
HSL155.71º29.58%72.16%-
HSV(B)155.71º20.49%80.39%-
XYZ46.0155.0855.78-
YUV190.5126.59108.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=29.32%
G=36.87%
B=33.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051880.2000.080.20155.7129.5872.16
HexA3CDBC1408149c1e48
Octal243315274240102423436110
Binary10100011110011011011110010100010001010010011100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDBC; }

 p { color: rgb(163,205,188); }

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

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

 a { background-color: rgb(163,205,188); }

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

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

 span { border-color: rgb(163,205,188); }

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