#A1CDCB

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

Shades of Morning Glory #A1CDCB

Tints of Morning Glory #A1CDCB

Color information

#A1CDCB (or 0xA1CDCB) is unknown color: approx Morning Glory. HEX triplet: A1, CD and CB. RGB value is (161,205,203). Sum of RGB (Red+Green+Blue) = 161+205+203=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDCB is #5E3234. Grayscale: #BFBFBF. Windows color (decimal): -6173237 or 13356449. OLE color: 13356449.

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

Color convert

RGB161205203-
CMYK0.2100.010.20
HSL177.27º30.56%71.76%-
HSV(B)177.27º21.46%80.39%-
XYZ47.3155.5564.73-
YUV191.62134.42106.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=28.30%
G=36.03%
B=35.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612052030.2100.010.20177.2730.5671.76
HexA1CDCB150114b11f48
Octal24131531325012426137110
Binary10100001110011011100101110101011010010110001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDCB; }

 p { color: rgb(161,205,203); }

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

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

 a { background-color: rgb(161,205,203); }

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

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

 span { border-color: rgb(161,205,203); }

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