#A4CBCA

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

Shades of Morning Glory #A4CBCA

Tints of Morning Glory #A4CBCA

Color information

#A4CBCA (or 0xA4CBCA) is unknown color: approx Morning Glory. HEX triplet: A4, CB and CA. RGB value is (164,203,202). Sum of RGB (Red+Green+Blue) = 164+203+202=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBCA is #5B3435. Grayscale: #BFBFBF. Windows color (decimal): -5977142 or 13290404. OLE color: 13290404.

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

Color convert

RGB164203202-
CMYK0.1900.000.20
HSL178.46º27.27%71.96%-
HSV(B)178.46º19.21%79.61%-
XYZ47.3354.8763.97-
YUV191.22134.08108.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=28.82%
G=35.68%
B=35.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642032020.1900.000.20178.4627.2771.96
HexA4CBCA130014b21b48
Octal24431331223002426233110
Binary10100100110010111100101010011001010010110010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBCA; }

 p { color: rgb(164,203,202); }

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

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

 a { background-color: rgb(164,203,202); }

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

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

 span { border-color: rgb(164,203,202); }

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